I am setting up a Windows 2016 server to software testing, and I want to use powershell to automate various tasks. This server is behind a firewall and internet access is impossible.
I've found that help for various windows modules such as ADDSDeployment is not installed, and running update-help fails because I cannot go online.
I've copied these files locally,
https://www.microsoft.com/en-us/download/details.aspx?id=36475
and then ran
update-help -force -ea 0 -sourcepath c:\shared
That completes without error, but still my get-help says it can't find the help files and I need to run update-help
Any suggestions?