0

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

2 Answers2

0

For WSUS server IP and port info, you can check below parameter's value:

  1. Open regedit

  2. 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