mikefrobbins.com
open-menu closeme
Home
About
mikefrobbins.com
twitter github linkedin rss
  • PowerShell: Save-Help for Modules that Aren’t Installed on the Local Computer

    calendar Nov 6, 2012 · PowerShell  ·
    Share on: twitter facebook linkedin copy

    Update-Help and Save-Help are new PowerShell version 3 cmdlets which allow you to initially download PowerShell help and keep the local PowerShell help files updated that are installed on your computer and available via the Get-Help cmdlet. In PowerShell version 3, Save-Help allows the updated help files to be saved to …


    Read More
  • Piping PowerShell Output to the Clipboard

    calendar Nov 1, 2012 · PowerShell  ·
    Share on: twitter facebook linkedin copy

    It's definitely beneficial to attend technology events so you can talk to other IT Pro's. This past weekend I presented a session at PowerShell Saturday in Atlanta and while at the speaker dinner I made a comment about a new version of the PowerShell Community Extensions being released. The only cmdlet that's part of …


    Read More
  • Use PowerShell to Create Active Directory User Accounts from Data Contained in the Adventure Works 2012 Database

    calendar Oct 30, 2012 · Active Directory PowerShell SQL Server  ·
    Share on: twitter facebook linkedin copy

    This past Saturday, I presented a session at PowerShell Saturday 003 in Atlanta. Towards the end of the presentation, I created 290 Active Directory user accounts by using the information for employees contained in the Adventure Works 2012 database. This is actually a PowerShell script that I whipped up Friday night at …


    Read More
  • Use PowerShell to Create a New Active Directory Forest on Windows 2012 Server Core Installation (no-GUI)

    calendar Oct 13, 2012 · Active Directory PowerShell Server Core Windows Server 2012  ·
    Share on: twitter facebook linkedin copy

    You have a fresh installation of Windows Server 2012 that was installed using the default installation type of server core installation (no-GUI). This server will be the first domain controller in a brand new Active Directory forest. Log into the server and launch PowerShell by typing powershell.exe. You'll need to …


    Read More
  • Use PowerShell to Obtain a List of Processes Where the Executable has been Modified in the Past 90 Days

    calendar Oct 11, 2012 · PowerShell  ·
    Share on: twitter facebook linkedin copy

    Use PowerShell to obtain a list of currently running processes where the executable file has been modified in the past 90 days. The number of days is a parameterized value so it can be specified when running the script without having to manually modify the script each time you want to change the value. The script uses …


    Read More
  • PowerShell v3 Where-Object Syntax Produces Different Results Than v2 Syntax

    calendar Oct 8, 2012 · PowerShell  ·
    Share on: twitter facebook linkedin copy

    I posted a blog yesterday about a PowerShell issue I was experiencing and the problem ended up being due to the new PowerShell version 3 Where-Object Syntax producing different results than the PowerShell version 2 Where-Object syntax. Piping Get-Volume to Where-Object and filtering on the drive letter using the …


    Read More
  • PowerShell: Filtering Left Could Produce Different Results Than Filtering with Where-Object

    calendar Oct 7, 2012 · PowerShell  ·
    Share on: twitter facebook linkedin copy

    While doing some testing on my Windows 8 machine today, I discovered an issue where Filtering Left could produce different results than filtering with the Where-Object cmdlet. Nothing special here. Just using the Get-Volume cmdlet and filtering left with its DriveLetter parameter. Using either an upper or lowercase 'C' …


    Read More
  • Use PowerShell to Determine When Your DHCP Lease Expires

    calendar Sep 27, 2012 · DHCP PowerShell Windows 8 Windows Server 2012  ·
    Share on: twitter facebook linkedin copy

    This blog post applies to only Windows 8 and Windows Server 2012. Want to know how much time there is until your current DHCP leases expire? 1Get-NetIPAddress -PrefixOrigin Dhcp | 2select InterfaceAlias , IPAddress, ValidLifetime I have 23 hours, 47 minutes, and 46 seconds until my current DHCP lease expires on one of …


    Read More
  • Targeting Down Level Clients with the Get-CimInstance PowerShell Cmdlet

    calendar Sep 20, 2012 · PowerShell  ·
    Share on: twitter facebook linkedin copy

    This past weekend, I attended PowerShell Saturday 002 in Charlotte, NC. One of the sessions I attended was "Discovering the Power of WMI & PowerShell in the Enterprise" by Brian Wilhite. One of the cool things that Brian covered in his session was how to use the new PowerShell version 3 Get-CimInstance …


    Read More
  • Use PowerShell to Display IIS Application Pool Identity Account Passwords in Clear Text

    calendar Sep 18, 2012 · IIS PowerShell  ·
    Share on: twitter facebook linkedin copy

    It's fairly common to see the identity for an IIS application pool changed to a domain user account. The following image shows three application pools, the DefaultAppPool has the default settings, the www app pool has a Managed Service Account specified, and the wwwDev app pool has a standard domain user account …


    Read More
    • ««
    • «
    • 31
    • 32
    • 33
    • 34
    • 35
    • »
    • »»

Mike F. Robbins photo

Mike F. Robbins

Scripting | Automation | Efficiency
Read More

Disclaimer

All information and code on this site is for informational purposes only and provided as-is. This site does not provide any warranty, either express or implied. All thoughts and opinions are my own.

Recent Posts

  • Generating PowerShell module documentation with platyPS
  • Use symlinks to version-control your PowerShell profile with Git
  • Navigating the Nuances of PowerShell Syntax with Get-Help and Get-Command
  • Building and Deploying a Blog with Hugo and GitHub Pages
  • Automatically convert a PowerShell command to use splatting
  • Securing API Keys with PowerShell Secrets Management in Azure Key Vault
  • Configure Azure PowerShell upgrade notifications
  • Create Calculated Properties in PowerShell with Select-Object, Format-Table, and Format-List

Categories

POWERSHELL 342 ACTIVE-DIRECTORY 34 SCRIPTING-GAMES 32 SQL-SERVER 20 DESIRED-STATE-CONFIGURATION 18 AZURE 12 HYPER-V 10 VSCODE 9 LINUX 8 POWERSHELL-SUMMIT 8 IIS 6 OFFICE-365 6 PESTER 6 AZURE-POWERSHELL 5 GIT 5 WINDOWS-10 5 ARCOLINUX 4 AST 4
All Categories
ACTIVE-DIRECTORY34 ALTARO-VM-BACKUP2 APPASSURE1 APPLICATION-INSIGHTS1 ARCOLINUX4 AST4 AWS1 AZURE12 AZURE-POWERSHELL5 CENTOS1 CROSS-PLATFORM1 DEBIAN1 DESIRED-STATE-CONFIGURATION18 DHCP-SERVER2 EXCHANGE-SERVER2 EXCHANGE-SERVER-20102 GIT5 GITHUB-PAGES1 GROUP-POLICY1 HARDWARE1 HUGO3 HYPER-V10 IIS6 LINUX8 MACOS3 MARKDOWN1 MICROSOFT-SQL-SERVER3 NANO-SERVER1 OFFICE-3656 OPERATIONAL-VALIDATION4 PACMAN1 PAMAC1 PARU1 PESTER6 PLASTER2 POWERSHELL342 POWERSHELL-CORE3 POWERSHELL-STUDIO1 POWERSHELL-SUMMIT8 POWERSHELL-WEB-ACCESS1 RASPBERRY-PI1 REGULAR-EXPRESSIONS1 SAPIEN-TECHNOLOGIES3 SCRIPTING-GAMES32 SERVER-CORE2 SQL-SERVER20 STORAGE-AREA-NETWORK2 TRAINING-VIDEOS4 UBUNTU1 VERSION-CONTROL4 VIRTUALIZATION1 VSCODE9 VWORKSPACE1 WINDOWS1 WINDOWS-105 WINDOWS-81 WINDOWS-8.11 WINDOWS-SERVER-2003-R21 WINDOWS-SERVER-20081 WINDOWS-SERVER-2008-R21 WINDOWS-SERVER-20123 WINDOWS-SERVER-2012-R22 WINDOWS-SERVER-20161 WINDOWS-SERVER-20192
[A~Z][0~9]

Tags

POWERSHELL 335 ACTIVE-DIRECTORY 32 SCRIPTING-GAMES 30 SQL-SERVER 21 DSC 19 DESIRED-STATE-CONFIGURATION 18 AZURE 12 HYPER-V 11 VIDEO 11 PESTER 10 VSCODE 9 AST 8 LINUX 8 POWERSHELL-VERSION-5 8 GIT 6 IIS 6 OFFICE-365 6 POWERSHELL-SCRIPT-MODULE-DESIGN 6
All Tags
ACTIVE-DIRECTORY32 ALTARO-VM-BACKUP2 APPASSURE1 APPLICATION-INSIGHTS1 ARCOLINUX4 AST8 AWS1 AZ1 AZURE12 AZURE-POWERSHELL5 AZURERM1 CENTOS1 CROSS-PLATFORM1 DEBIAN1 DEDUPLICATION1 DESIRED-STATE-CONFIGURATION18 DHCP1 DHCP-SERVER2 DSC19 EQUALLOGIC1 EXCHANGE-20101 EXCHANGE-SERVER2 EXCHANGE-SERVER-20101 GIT6 GITHUB4 GITHUB-ACTIONS1 GITHUB-CLI1 GITHUB-PAGES1 GROUP-POLICY1 HARDWARE1 HUGO3 HYPER-V11 IIS6 LINUX8 MACOS3 MARKDOWN2 NANO-SERVER1 NIMBLE1 OFFICE-3656 ONEGET5 OPERATION-VALIDATION-FRAMEWORK1 OPERATIONAL-VALIDATION4 PACMAN1 PAMAC1 PARU1 PESTER10 PLASTER2 POWERSHELL335 POWERSHELL-CORE3 POWERSHELL-SCRIPT-MODULE-DESIGN6 POWERSHELL-STUDIO1 POWERSHELL-SUMMIT6 POWERSHELL-VERSION-58 POWERSHELL-WEB-ACCESS1 POWERSHELLGET2 PRODUCTIVITY-HACKS1 PSBLOGWEEK1 RASPBERRY-PI1 REGULAR-EXPRESSIONS1 SAN2 SCRIPT-ANALYZER1 SCRIPTING-GAMES30 SERVER-CORE2 SOURCE-CONTROL4 SQL-SERVER21 STORAGE-AREA-NETWORK2 UBUNTU1 VERSION-CONTROL4 VIDEO11 VISUAL-STUDIO-CODE3 VSCODE9 VWORKSPACE1 WINDOWS1 WINDOWS-106 WINDOWS-82 WINDOWS-8.11 WINDOWS-SERVER-2003-R21 WINDOWS-SERVER-20124 WINDOWS-SERVER-2012-R21 WINDOWS-SERVER-20192 WMI2
[A~Z][0~9]
mikefrobbins.com

Copyright  MIKEFROBBINS.COM. All Rights Reserved

to-top