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?
When I run get-help get-process -detailed I get the full help. What would I
Share
yes, use the -Parameter flag
The parameter flag can also use wildcards. To see help on all parameters
Just so you’re aware you can do a Get-Help on Get-Help.
Hope that helps