Quantcast
Channel: /r/powershell – How to Code .NET
Viewing all articles
Browse latest Browse all 8793

Update to powershell help not working

$
0
0

I’m trying to write a script to delete multiple items from text file from AD and am wanting to peruse documentation for “remove-adobject” to determine flags/switches to get the right items gone.

However, in ISE, got an error when trying to run “help remove-adobject”. So I ran “update-help” and it failed with the following:

update-help : Failed to update Help for the module(s) ‘Microsoft.PowerShell.Operation.Validation, WindowsDeveloperLicense’ with UI culture(s) {en-US} : The value of the HelpInfoUri key in the module manifest must resolve to a container or root URL on a website where the help files are stored. The HelpInfoUri ‘https://www.msn.com/?ocid=NEFLS000‘ does not resolve to a container. At line:1 char:1 + update-help + ~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Update-Help], Exception + FullyQualifiedErrorId : InvalidHelpInfoUri,Microsoft.PowerShell.Commands.UpdateHelpCommand

Ran the same command from Windows Administrator Powershell and got the same results. Have you seen this before? Know a fix?

submitted by /u/johnnyburst
[link] [comments]

The post Update to powershell help not working appeared first on How to Code .NET.


Viewing all articles
Browse latest Browse all 8793