Powershell Help Examples

It may seem like a little thing, but the Get-Help cmdlet in PowerShell has some features you may not be aware of. I’m always using the -full parameter to see all the help information, primarily so I can see the examples. Well Get-Help has a -examples switch which won’t display syntax help, but it will show you all the examples from the help file. Try these commands to see for yourself

help get-wmiobject -examples
help get-process -examples

Technorati Tags:

Post to Twitter Post to Plurk Post to Yahoo Buzz Post to Delicious Post to Digg Post to Facebook Post to FriendFeed Post to Google Buzz Post to Ping.fm Post to Reddit Post to Slashdot Post to StumbleUpon Post to Technorati

This entry was posted in PowerShell, Scripting and tagged . Bookmark the permalink.

Comments are closed.