When checked at path Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update, I don't see any detail for WSUS. Please tell what's the other way to check WSUS server details enter image description here
Asked
Active
Viewed 160 times
2 Answers
0
For WSUS server IP and port info, you can check below parameter's value:
Open regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
- "WUServer"
- "WUStatusServer"

Ivan Chau
- 1,403
- 1
- 18
- 28
0
You could find the information:
-At the path you mentioned:Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update-> search for the parameter "specify the intranet microsoft update service location" and double click on it you should find the information you're looking for there
-Or use this command: REG QUERY "HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate"

vida
- 1
- 1