2014
-
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
-
Get all users in an OU where specified account does not have any rights
-
Playing with Get-Culture and System.Globalization.CultureInfo
-
Naming PowerShell custom objects and setting their default display properties
-
PowerShell RunAs elevated
-
WMI queries
-
GUI script to shutdown and restart the computer
-
Use splatting to pass parameters and arguments
-
Find out if a script was dot-sourced or not
-
PowerShell functions can’t have a parameter called input
-
Using closure to capture the variable value in a script-block
-
What is Reflection?
-
Get-Content and Out-File in the same pipeline
-
Using comma to preserve arrays
-
Using Remove-NetRoute to mass remove routes
-
The difference between help and get-help