The “Hey, Scripting Guys!” blog has been retired. There are many useful posts in this blog, so we keep the blog here for historical reference. However, some information might be very outdated and many of the links might not work anymore.
New PowerShell content is being posted to the PowerShell Community blog where members of the community can create posts by submitting content in the GitHub repository.
Scripting Blog [archived]
Formerly known as the "Hey, Scripting Guy!" blog
Latest posts

PowerTip: Easily Track Which Modules Update PowerShell Help

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