Skip to content

Instantly share code, notes, and snippets.

@davewilson
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davewilson/3b28d8896007247ad17f to your computer and use it in GitHub Desktop.
Save davewilson/3b28d8896007247ad17f to your computer and use it in GitHub Desktop.
PowerShell Kaizen
# Source: http://jdhitsolutions.com/blog/essential-powershell-resources/
Get-Command -Module Microsoft*,Cim*,PS*,ISE | Get-Random | Get-Help -ShowWindow
Get-Random -input (Get-Help about*) | Get-Help -ShowWindow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment