When I run get-help get-process -detailed I get the full help. What would I run if I just wanted to know what the get-process -id parameter does? Is there a way to drill down like that?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
yes, use the -Parameter flag
Just so you're aware you can do a Get-Help on Get-Help.
Hope that helps |
|||