Windows Update Debugging

Troubleshooting SCCM Configuration Manager and Windows Update may require you to view the C:\windows\WindowsUpdate.log. Often there isnt enough detail for example if searching for software evaluation. You may need to enable verbose logging by adding the following reg keys. HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate Create the key Trace Create the following 32-bit dword: Flags Continue Reading

Test-NetConnection for older Operating Systems

The Test-NetConnection Powershell cmdlet can be used to test ports on remote hosts which is great for firewall Troubleshooting but for for older operating systems an alternative can be used. For 2008 the following Powershell cmdlet can be used (new-object system.net.sockets.tcpclient).connect(“IP”,”PORT”)