Powershell v2 had a chm help file.
Is there a User’s Guide for v5.1?
Or can update/save-help me made to work?
Please advise.
Thanks, Tracey
Windows 7; Powershell 5.1
I tried updating what I have but that does NOT seem to work (it initially started to work so it can access the internet):
PS C:\Windows\system32> update-help
update-help : Failed to update Help for the module(s) 'CimCmdlets, ISE, Microsoft.PowerShell.Archive,
Microsoft.PowerShell.Core, Microsoft.PowerShell.Diagnostics, Microsoft.PowerShell.Host,
Microsoft.PowerShell.LocalAccounts, Microsoft.PowerShell.Management, Microsoft.PowerShell.ODataUtils,
Microsoft.PowerShell.Security, Microsoft.PowerShell.Utility, Microsoft.WSMan.Management, PackageManagement,
PowerShellGet, PSDesiredStateConfiguration, PSScheduledJob, PSWorkflow, PSWorkflowUtility' with UI culture(s) {en-US}
: Unable to retrieve the HelpInfo XML file for UI culture en-US. Make sure the HelpInfoUri property in the module
manifest is valid or check your network connection and then try the command again.
At line:1 char:1
+ update-help
+ ~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Commands.UpdateHelpCommand
PS C:\Windows\system32> save-help
cmdlet Save-Help at command pipeline position 1
Supply values for the following parameters:
DestinationPath[0]: d:\temp
DestinationPath[1]:
save-help : Failed to save Help for the module(s) 'CimCmdlets, ISE, Microsoft.PowerShell.Archive,
Microsoft.PowerShell.Core, Microsoft.PowerShell.Diagnostics, Microsoft.PowerShell.Host,
Microsoft.PowerShell.LocalAccounts, Microsoft.PowerShell.Management, Microsoft.PowerShell.ODataUtils,
Microsoft.PowerShell.Security, Microsoft.PowerShell.Utility, Microsoft.WSMan.Management, PackageManagement,
PowerShellGet, PSDesiredStateConfiguration, PSScheduledJob, PSWorkflow, PSWorkflowUtility' with UI culture(s) {en-US}
: Unable to retrieve the HelpInfo XML file for UI culture en-US. Make sure the HelpInfoUri property in the module
manifest is valid or check your network connection and then try the command again.
At line:1 char:1
+ save-help
+ ~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [Save-Help], Exception
+ FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Commands.SaveHelpCommand
PS C:\Windows\system32>