I’ve used this to generate some documentation for my Powershell script…not sure it’s massively useful documentation, but still….
foreach ($C in $(get-command "get-VBr*")) { get-help $C | select name, Synopsis}
I’ve used this to generate some documentation for my Powershell script…not sure it’s massively useful documentation, but still….
foreach ($C in $(get-command "get-VBr*")) { get-help $C | select name, Synopsis}