Hi guys
take the following command:
get-process get-help full | more
Can I take this one step further and perform some grep equivalent wizardry and search for specific text within the help file? if so then please hit me up an answer.
I have tried but failed as I am getting no output
get-help get-process -full | Select-String -Pattern "auto" -CaseSensitive
Powershell wizards enlighten me