Author: scythe944

Computer Stuff

Fixing WSUS Updates for (improperly) imaged clients

Create a batch file, (call it whatever you want; ex. fixwsus.bat) Place these lines in the batch file, and run on all machines that have been imaged improperly. reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f cls @echo Triggering detection after resetting WSUS client identity […]

scythe944 
Computer Stuff

MS Articles

Good stuff to understand…. DNS http://technet2.microsoft.com/windowsserver/en/library/19a63021-cc53-4ded-a7a3-abaf82e7fb7c1033.mspx?mfr=true Certificates http://technet2.microsoft.com/windowsserver/en/library/1fbb1f4f-5cac-4cbb-8c36-9c431eedc6c31033.mspx?mfr=true http://technet2.microsoft.com/windowsserver/en/library/6e894dd8-e4dd-44de-9177-2d87f502c8d11033.mspx?mfr=true http://technet2.microsoft.com/windowsserver/en/library/69fd1c00-1990-474a-acf9-abfa38cedc701033.mspx?mfr=true IPSEC http://www.microsoft.com/downloads/details.aspx?FamilyID=e6590330-d903-4bdd-9655-81b86df655e4&displaylang=en

scythe944