Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Easily Track Which Modules Update PowerShell Help

$
0
0

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

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles