October 9th, 2012

PowerTip: Easily Track Which Modules Update PowerShell Help

Summary: See how to track which Windows PowerShell modules update Help.

 

Hey, Scripting Guy! Question  How can you easily track which modules update Help?

Hey, Scripting Guy! Answer Use the Verbose parameter when calling the Update-Help cmdlet, and then redirect the verbose stream to a text file:

Update-Help -module * -force -verbose 4>>c:\fso\helpupdate.txt

 

Author

Ed Wilson is the former Microsoft Scripting Guy.

0 comments

Discussion are closed.