PowerTip: Find Errors Related to Update-Help
Summary: Use Windows PowerShell to find errors related to Update-Help. How can I use Windows PowerShell to find if Update-Help is completing successfully on my computer? Use the Get-WinEvent cmdlet and search Windows PowerShell logs for event 4103 and a status level of 2 (error). &nbs...