Question : Number of WSUS in network

Dear All,

I just start working with a company which they have a lot of AD sites, I am responsible for WSUS in all sites.
I need to know; does there a way to scan the network to know how many WSUS servers I have?
Thanks

Answer : Number of WSUS in network

You could pick a machine in each site and run from command prompt:

reg query "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /s

you could even(if you familiar) use psexec to do it remotely.


psexec \\computername -c-f-s \\server\share\regquery.bat <<
psexec \\* <<
psexec @list.txt <<
Random Solutions  
 
programming4us programming4us