I'm studying PowerShell and both on sites and books it is suggested to call Get-Help about_Automatic_Variables
to, for example, get the list of automatic variables returned. I tried calling Get-Help
with the following arguments but I always get a list of cmdlets returned:
What is it that I'm mistaking?
You probably have to update your help using:
Update-Help
Then you should be able to retrieve it using:
get-help about_Automatic_Variables
So the solution from powershell.org is:
Install-Script -Name Install-AboutHelp
in a Administrator powershell to get the missing helpfile.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With