PowerTip: Easily Track Which Modules Update PowerShell Help

mredwilson

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

 

0 comments

Discussion is closed.

Feedback usabilla icon