2015
-
PowerCLI – List all VMs in a cluster along with number of snapshots and space usage
-
PowerShell – Create a list of all Exchange mailboxes in an OU with mailbox size, Inbox size, etc
-
Adding DHCP scope options via PowerShell
-
Use PowerShell to ping a device and email you when it’s up
-
Search Firefox bookmarks using PowerShell
-
A brief intro to XML & PowerShell
-
Using PowerShell to insert a space between characters (alt method using regular expressions and -replace)
-
Using PowerShell to insert a space between characters (or: Using PowerShell to show certificate fingerprints in a friendly format)
-
Updating PowerShell help on an air-gapped machine
-
PowerShell scripts to download a file and expand zip file
-
PowerShell as wget/ curl
-
Quickly rename a bunch of files via PowerShell
2014
-
How to find the version of PowerShell
-
PowerShell: Add a line to multiple files
-
Tip: View hidden files and folders in PowerShell
-
Finding groups a user belongs to, including nested groups
-
Initial Server 2012 Core configuration using PowerShell
2013
-
Using Get-ACL to filter AD objects without certain group ACLs
-
Using WMIC to find RAM info
-
Using WMIC to find machine info
-
How to get a list of COM objects from the registry
-
How to get a list of COM objects via WMI & PowerShell
-
Get a list of links in a web page (part 2)
-
Using Get-ACL to view and modify Access Control Lists (part 1)
-
Get a list of links in a web page (part 1)
-
The System.Net.Webclient class
-
Scope in PowerShell
-
Write-Host and Write-Output
-
PowerShell.exe command line switches
-
Converting text to capital case, lower case, and title case