Hello,
Recently was watching a beginners course on how to use Powershell and I ran into a bump.
When the tutorial said to type in:
Get-Help operators
My console returned this:
Name Category Module Synopsis ---- -------- ------ -------- Get-Help Cmdlet Microsoft.PowerShell.Core Displays information about Windows PowerShell ... New-PSSessionConfigurationFile Cmdlet Microsoft.PowerShell.Core Creates a file that defines a session configur... Where-Object Cmdlet Microsoft.PowerShell.Core Selects objects from a collection based on the... Rename-Item Cmdlet Microsoft.PowerShell.M... Renames an item in a Windows PowerShell provid... Update-TypeData Cmdlet Microsoft.PowerShell.U... Updates the extended type data in the session.
When the tutorial video said it should list items like about_Arithmetic_Operators or about_Assignment_Operators.
And when I type Get-Help about_Arithmetic_Operators. This happens even though I have recently updated the help:
get-help : Get-Help could not find about_Arithmetic_Operators in a help file in this session. To download updated help
topics type: "Update-Help". To get help online, search for the help topic in the TechNet library at
http://go.microsoft.com/fwlink/?LinkID=107116.
At line:1 char:1
+ get-help about_Arithmetic_Operators
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [Get-Help], HelpNotFoundException
+ FullyQualifiedErrorId : HelpNotFound,Microsoft.PowerShell.Commands.GetHelpCommand