Question : WSUS headaches - accidentally picked too many updates and now cannot remove; also some duplicates appear to be showing?

I am trying to figure out WSUS but I've hit a few issues. First, I am new to this office and do not frankly know if it was ever used or if anyone attempted to set it up but 3.0 is installed. I opened it under admin tools and played around a bit, and got it to do a massive synchronization. Now there are about 2,500 updates listed (not downloaded but they show in the all updates field). I realize that most of these are not even remotely relevant to my needs and I have figured out how to control which updates are even checked when synchronizing, so I would like to completely clear this field and start over, unchecking the things I don't need before doing another synch so I will only see relevant updates here. I cannot figure out how to remove them however! They are not downloaded as I said, but I am afraid to decline them all as won't this prevent them from being shown in the future? I am sure there are some updates in there that I want/need but I cannot really sift through all 2500 to find and approve the necessary ones! Also, some updates appear to be duplicates... how/why is this happening? (see 2nd image) Lastly, when I view computers, nearly every workstation has a yellow exclamation mark and says it has not checked in for a large number of days (37, 52, etc) which I do not understand as these computers are signed into on the domain every day. I have attached some images for reference, any help is greatly appreciated thanks!

Answer : WSUS headaches - accidentally picked too many updates and now cannot remove; also some duplicates appear to be showing?

I would leave it as, and configure the way that you want approvals to be done. A high percentage of these will most likely have been already installed on the machines anyway. Alot of them will also have been superseded by newer updates(listed more than once). This is what it  looks like on a new install of WSUS.

save the below as fixwsus.cmd and run on the clients.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
%Windir%\system32\net.exe stop bits 
 
%Windir%\system32\net.exe stop wuauserv  
 
 
 
 
if exist %Windir%\system32\atl.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\atl.dll  
 
if exist %Windir%\system32\jscript.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\jscript.dll 
 
if exist %Windir%\system32\softpub.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\softpub.dll  
 
if exist %Windir%\system32\wuapi.dll %Windir%\system32\regsvr32.exe /s %Windir%\system32\wuapi.dll 
 
if exist %Windir%\system32\wuaueng.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\wuaueng.dll  
 
if exist %Windir%\system32\wuaueng1.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\wuaueng1.dll  
 
if exist %Windir%\system32\wucltui.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\wucltui.dll  
 
if exist %Windir%\system32\wups.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\wups.dll  
 
if exist %Windir%\system32\wups2.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\wups2.dll  
 
if exist %Windir%\system32\wuweb.dll  %Windir%\system32\regsvr32.exe /s %Windir%\system32\wuweb.dll  
 
if exist %windir%\system32\iuengine.dll %windir%\system32\regsvr32.exe /s iuengine.dll
 
if exist %windir%\system32\wuauserv.dll %windir%\system32\regsvr32.exe /s wuauserv.dll
 
if exist %windir%\system32\cdm.dll %windir%\system32\regsvr32.exe /s cdm.dll
 
if exist %windir%\system32\msxml2r.dll %windir%\system32\regsvr32.exe /s msxml2r.dll
 
if exist %windir%\system32\msxml3r.dll %windir%\system32\regsvr32.exe /s msxml3r.dll
 
if exist %windir%\system32\msxml.dll  %windir%\system32\regsvr32.exe /s msxml.dll
 
if exist %windir%\system32\msxml3.dll %windir%\system32\regsvr32.exe /s msxml3.dll
 
if exist %windir%\system32\msxmlr.dll %windir%\system32\regsvr32.exe /s msxmlr.dll
 
if exist %windir%\system32\msxml2.dll %windir%\system32\regsvr32.exe /s msxml2.dll
 
if exist %windir%\system32\qmgr.dll %windir%\system32\regsvr32.exe /s qmgr.dll
 
if exist %windir%\system32\qmgrprxy.dll %windir%\system32\regsvr32.exe /s qmgrprxy.dll
 
if exist %windir%\system32\iuctl.dll %windir%\system32\regsvr32.exe /s iuctl.dll
 
 
 
rd /s /q %windir%\softwareDistribution
 
sleep 5
 
%Windir%\system32\net.exe start bits 
 
%Windir%\system32\net.exe start wuauserv 
 
 
 
sc sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
 
 
 
 
sc sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
 
 
 
exit /B 0 
Open in New Window Select All
Random Solutions  
 
programming4us programming4us