Skip to content

Instantly share code, notes, and snippets.

@bcdady
Created April 28, 2015 12:19
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 bcdady/06ed3e9b0210bae54e70 to your computer and use it in GitHub Desktop.
Save bcdady/06ed3e9b0210bae54e70 to your computer and use it in GitHub Desktop.
Get Help for all commands in a module
# Quickly list out all commands in a new PowerShell Module, andcheck that they each have useful help content
Get-Command -Module ProfilePal | foreach {get-help $_}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment