PoSh V2 - Getting Help

Use the following commands to get access to PowerShell V2 help:
  • Use get-command to get a list of commands
  • Use get-command -CommandType Cmdlet to restrict the output to Cmdlets only
  • Use get-help to get help information on a cmdlet
  • Use get-help -example to get examples
  • Use get-help -full to get all the help available for a specific command

Popular posts from this blog

Get local computer UUID/GUID using Windows Powershell

gPLink and gPOptions

PSLoggedOn Getting Started on Windows Server 2008 R2