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