Welcome › Forums › General PowerShell Q&A › Non-Connected Computer Update-Help
This topic contains 3 replies, has 2 voices, and was last updated by
-
AuthorPosts
-
April 29, 2014 at 4:34 pm #14890
First off, I am using Don's PowerShell 3 2nd edition. At chapter 3. I have two machines that are not internet connected. Thought this would be easy. 🙁 I am running everything in Administrator and using ISE x64.
I used this command on a connected computer that has a share (Everyone – Read, Modify)
This command worked fine from what I saw with no errors.
Save-Help –Force –DestinationPath \\CL-WIN830CC\PowerShellHelpWent to the non-connected machine and mapped a drive to the share.
I used this command next
update-Help –Force –sourcePath \\CL-WIN830CC\PowerShellHelp
Fails after some files copying with a specific error. I also tried a few different parameters but still same error. Please see attachment. I ended up just connecting one machine to the internet and did the basic update-help and the machine is updated but I have more non-connected machines. Any help would be great!
Thanks
Steve -
April 29, 2014 at 4:44 pm #14891
I am not sure if anyone can see the attachment so here is an image of the error.
Thanks again
Steve -
April 29, 2014 at 4:49 pm #14892
Well I can see I am going to have user issues posting images.
Here is the text of the error.PS C:\Users\Administrator> update-help -force -sourcepath \\cl-win830cc\powershellhelp
update-help : Failed to update Help for the module(s) 'BestPractices, IscsiTarget, NFS, RemoteDesktop, ServerCore, ServerManager,
ServerManagerTasks, SoftwareInventoryLogging, UserAccessLogging, Whea' 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 -force -sourcepath \\cl-win830cc\powershellhelp
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Commands.UpdateHelpCommandAgain great thanks
Steve -
May 8, 2014 at 11:25 am #15141
We have the same issue and would hope someone can point us to a downloadable file we can then bring across to our offline server to then Update our PS4 help.
-
AuthorPosts
The topic ‘Non-Connected Computer Update-Help’ is closed to new replies.