July 2017
Intermediate to advanced
648 pages
31h 9m
English
Let's take a look at the following example for updating the help files for the modules that have anything to do with Microsoft.PowerShell:
Get-Module -Name Microsoft.PowerShell*
Save-Help -Module Microsoft.PowerShell* -DestinationPath ` "C:\HelpFiles"
Update-Help-SourcePath "C:\Help" -Force
Update-Help -SourcePath "\\fileserver\HelpFilesShare" -Force
Read now
Unlock full access