I have a Windows Server 2016 running WSUS (WID Database). The nodes on my system are all Windows 10 Professional. They are configured through group policy to check the Server 2016 for updates. The nodes and server are not behind a proxy in anyway. Based on the WSUS Console it [...] read more
Spent a fair bit of yesterday trying to find a solution for this, but this issue appears to only affect Server 2008...well, I beg to differ! MSSQL, hosted on Server 2012. Updated via WSUS. Enabled the GPO's for production updates on Friday - over the weekend and into yesterday watched [...] read more
In the past I have used this code to list the count of windows patches: $server = 'ServerName' $updatesession = [activator]::CreateInstance([type]::GetTypeFromProgID("Microsoft.Update.Session", $Server)) $updatesearcher = $updatesession.CreateUpdateSearcher() $searchresult = $updatesearcher.Search("IsInstalled=0") $PatchCount = $searchresult.Updates.Count return $PatchCount However, this code suddenly stopped working for some servers. This could be an artifact of recent windows [...] read more
I keep getting the error 0x8024401c on all new clients connecting to WSUS. (Only Windows 10 and Server 2016) According to Google, this error results to "WU_E_PT_HTTP_STATUS_REQUEST_TIMEOUT" but I can ping the server and access the /ClientWebService/client.asmx from the failing client. Anyone got an idea how to fix this? Should [...] read more
I have a proxy internet in my university. I have used the proxy in my proxy settings as 172.30.10.10 and port 3128. Now, Windows Update is not working, showing error 0x8024401c. I have searched and tried many solutions, including importing the proxy using winhttp in cmd and putting proxy in [...] read more
I'm using an Arris TG862 router and noticed that computers connected to the internet via an ethernet cable suffer some problems when browsing that don't happen when connected through the Wi-Fi. The cases that I was able to reproduce were: * Upload on Imgur.com or Imageshack.com almost always fails * [...] read more