Forum Discussion
Unable to update Powershell Help
- Jul 31, 2017
I guess so? On 1.7.210.0, the HelpInfoUri is listed as: https://msdn.microsoft.com/library/mt433195.aspx
Which then redirects to the docs.com URL, and breaks. It also seems to be missing the helpinfo.xml. Not sure if it even supports updateable help. Did you ask on the Yammer network?
I don't think so, apparently that is intentional, but I don't understand why.
Our PowerShell modules don't support updatable help, which was really designed for "air-gap" scenarios, such as servers that aren't allowed to access the Internet. We're a cloud service, so that scenario doesn't apply. Instead of supporting a single URL to download an updated help file for all the cmdlets, each cmdlet has its own URL to get the latest help online. Because it's online, we can update it much more easily/frequently (and I do!). Use "Get-Help <cmdlet name> -online". Any updates made online automatically go into the help file that ships with the next release of the module.
The module doesn't handle the update command well - it should fail more "gracefully" than the error you see. So it's a bug, but a low priority bug, given that it doesn't impact functionality.