November 19th, 2013

PowerTip: Get Detailed Information When Updating PowerShell Help

Doctor Scripto
Scripter

Summary:  Get detailed debugging information when you update Windows PowerShell Help.

Hey, Scripting Guy! Question How can I get more information about what is happening when I attempt to update Windows PowerShell Help?

Hey, Scripting Guy! AnswerUse the standard –Debug Windows PowerShell parameter when calling Update-Help from
          a Windows PowerShell administrator console prompt:

Update-Help -Module * -Force -Debug

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.