Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

Latest posts

PowerTip: Easily Track Which Modules Update PowerShell Help
Oct 9, 2012
Post comments count 0
Post likes count 0

PowerTip: Easily Track Which Modules Update PowerShell Help

mredwilson
mredwilson

Summary: See how to track which Windows PowerShell modules update Help.     How can you easily track which modules update Help?  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