Difference between revisions of "CTWUG WSUS"

From CTWUG Wiki
Jump to: navigation, search
(What Updates does WSUS Mirror)
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
[[Image:WSUS_Logo.gif]]
 +
 +
 
=What is WSUS=
 
=What is WSUS=
  
WSUS ([http://en.wikipedia.org/wiki/Windows_Server_Update_Services Windows Server Update Services]) is the way we get all the Windows Updates onto the wug.  Using this server for your updates instead of [http://windowsupdate.microsoft.com/ Windows Updates] allows you to save on International Bandwidth. WSUS currently runs on voorvel.nOs and synchronizes every evening at 20:00 with the Microsoft Servers.
+
WSUS ([http://en.wikipedia.org/wiki/Windows_Server_Update_Services Windows Server Update Services]) is the way we get all the Windows Updates onto the wug.  Using this server for your updates instead of [http://windowsupdate.microsoft.com/ Windows Updates] allows you to save internet bandwidth.
 +
 
 +
 
 +
=CTWUG WSUS Servers=
 +
There is currently only 1 server you can connect to, the server is hosted by anglosaxon
  
 
=How to setup WSUS on your local PC=
 
=How to setup WSUS on your local PC=
  
 
:1. Save the following as ctwug_wsus.reg
 
:1. Save the following as ctwug_wsus.reg
 
+
<pre>
<code>
 
 
  Windows Registry Editor Version 5.00
 
  Windows Registry Editor Version 5.00
 
   
 
   
 
  [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
 
  [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
  "WUServer"="http://wsus.ctwug.za.net"
+
  "WUServer"="http://wsus.ctwug.za.net:8530"
  "WUStatusServer"="http://wsus.ctwug.za.net"
+
  "WUStatusServer"="http://wsus.ctwug.za.net:8530"
"TargetGroupEnabled"=dword:00000001
+
 
"TargetGroup"="CTWUG"
 
"ElevateNonAdmins"=dword:00000000
 
 
 
  [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
 
  [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
 
  "NoAutoUpdate"=dword:00000000
 
  "NoAutoUpdate"=dword:00000000
Line 34: Line 37:
 
  "NoAUShutdownOption"=dword:00000000
 
  "NoAUShutdownOption"=dword:00000000
 
  "NoAUAsDefaultShutdownOption"=dword:00000000
 
  "NoAUAsDefaultShutdownOption"=dword:00000000
</code>
+
</pre>
  
 
:2. Double click the file and click YES when asked if you want to import it
 
:2. Double click the file and click YES when asked if you want to import it
Line 42: Line 45:
 
:6. Click on Start -> Run -> wuauclt /reportnow
 
:6. Click on Start -> Run -> wuauclt /reportnow
 
:7. Now you wait :)
 
:7. Now you wait :)
 
:8. Read [[#How to Import CACert Certificates]] (This can be skipped, but if you want to run https the http://wsus.ctwug.za.net should be replaced with https://wsus.ctwug.za.net
 
 
=How to Import CACert Certificates=
 
 
:1. Goto [http://www.cacert.org/index.php?id=3 CACert]
 
:2. Save both certificates in PEM (extension is .crt) format on your desktop
 
:3. Click on Start -> Run -> mmc and click on OK
 
[[Image:Wsus01.jpg|400px]]
 
:4. Click on File -> Add/Remove Snap-In (CTRL+M)
 
[[Image:Wsus02.jpg|400px]]
 
:5. Click on ''Add'' and Select ''Certifictes''
 
[[Image:Wsus03.jpg|400px]]
 
:6. Click on ''Add'' and Select ''Computer Account''
 
[[Image:Wsus04.jpg|400px]]
 
:7. Click ''Next''
 
[[Image:Wsus05.jpg|400px]]
 
:8. Click ''Finish''
 
:9. Expand ''Certificates (Local Computer)''
 
:10. Expand ''Trusted Root Certification Authorities''
 
:11. Select ''Certificates''
 
[[Image:Wsus06.jpg|400px]]
 
:12. On the Menu, ''Click Action'' -> ''All Tasks'' -> ''Import''
 
[[Image:Wsus07.jpg|400px]]
 
:13. Click ''Next''
 
:14. Browse and Select ''root.crt''
 
[[Image:Wsus08.jpg|400px]]
 
:15. Click ''Next''
 
[[Image:Wsus09.jpg|400px]]
 
:16. Click ''Next''
 
[[Image:Wsus10.jpg|400px]]
 
:17. Click ''Finish''
 
:18. Repeat the steps from 12 to 17 for ''class3.crt''
 
:19. After both certificates have been imported you can find them here
 
[[Image:Wsus11.jpg|400px]]
 
  
 
=Troubleshooting=
 
=Troubleshooting=
  
All logging information is saved to c:\windows\WindowsUpdate.log
+
All logging information is saved to C:\windows\WindowsUpdate.log
  
 
If you have any problems, please read the last few lines in this file. They should contain the problem.
 
If you have any problems, please read the last few lines in this file. They should contain the problem.
 
Download and Run [http://www.ctwug.za.net/files/ClientDiag.exe WSUS Client Diagnostics Tool]
 
  
 
=What Updates does WSUS Mirror=
 
=What Updates does WSUS Mirror=
  
* Office
+
*Internet Explorer 7
:1. Office 2002/XP
+
*Internet Explorer 8
:2. Office 2003
+
*Microsoft Edge
:3. Office 2007
+
*Microsoft Office: 2002 - 2019 and 365
* Silverlight
+
*Microsoft SQL Server: 2002 – 2019
* Visual Studio
+
*Office Communication Server
:1. Visual Studio 2005
+
*Office Live
:2. Visual Studio 2008
+
*Skype and Skype for Business
* Windows
+
*Windows 2000
:1. Windows 2000
+
*Windows 7
:2. Windows 7 Client
+
*Windows 8
:3. Windows XP 32Bit
+
*Windows 8.1
:4. Windows XP 64Bit
+
*Windows 10
:5. Windows 2003
+
*Windows Defender Updates
:6. Windows Vista
+
*Windows Live
:7. Windows 2008
+
*Windows Server: 2003 – 2019
* Internet Explorer
 
:1. Internet Explorer 7
 
:2. Internet Explorer 8
 

Latest revision as of 18:26, 27 September 2020

WSUS Logo.gif


What is WSUS

WSUS (Windows Server Update Services) is the way we get all the Windows Updates onto the wug. Using this server for your updates instead of Windows Updates allows you to save internet bandwidth.


CTWUG WSUS Servers

There is currently only 1 server you can connect to, the server is hosted by anglosaxon

How to setup WSUS on your local PC

1. Save the following as ctwug_wsus.reg
 Windows Registry Editor Version 5.00
 
 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
 "WUServer"="http://wsus.ctwug.za.net:8530"
 "WUStatusServer"="http://wsus.ctwug.za.net:8530"

 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
 "NoAutoUpdate"=dword:00000000
 "AUOptions"=dword:00000004
 "ScheduledInstallDay"=dword:00000000
 "ScheduledInstallTime"=dword:00000005
 "NoAutoRebootWithLoggedOnUsers"=dword:00000001
 "AutoInstallMinorUpdates"=dword:00000001
 "RebootRelaunchTimeoutEnabled"=dword:00000001
 "RebootRelaunchTimeout"=dword:0000003c
 "RescheduleWaitTimeEnabled"=dword:00000001
 "RescheduleWaitTime"=dword:0000000f
 "DetectionFrequencyEnabled"=dword:00000001
 "RebootWarningTimeoutEnabled"=dword:00000001
 "RebootWarningTimeout"=dword:0000001e
 "UseWUServer"=dword:00000001
 "NoAUShutdownOption"=dword:00000000
 "NoAUAsDefaultShutdownOption"=dword:00000000
2. Double click the file and click YES when asked if you want to import it
3. Click on Start -> Run -> net stop wuauserv
4. Click on Start -> Run -> net start wuauserv
5. Click on Start -> Run -> wuauclt /detectnow
6. Click on Start -> Run -> wuauclt /reportnow
7. Now you wait :)

Troubleshooting

All logging information is saved to C:\windows\WindowsUpdate.log

If you have any problems, please read the last few lines in this file. They should contain the problem.

What Updates does WSUS Mirror

  • Internet Explorer 7
  • Internet Explorer 8
  • Microsoft Edge
  • Microsoft Office: 2002 - 2019 and 365
  • Microsoft SQL Server: 2002 – 2019
  • Office Communication Server
  • Office Live
  • Skype and Skype for Business
  • Windows 2000
  • Windows 7
  • Windows 8
  • Windows 8.1
  • Windows 10
  • Windows Defender Updates
  • Windows Live
  • Windows Server: 2003 – 2019