SCCM: How to Determine the Port Settings Used by WSUS?

To determine the port number that is being used by the software update point in SCCM, you have two options.

1/ SCCM console

Open your SCCM console and go to:

  • Administration
  • Site Configuration
  • Servers and Site System Roles

Select the SCCM Server with the SUP role and edit the properties:

scvmm3

Default port is 8530

 

2/ IIS Manager

On the SCCM Server with the SUP role, open IIS Manager.

  • Expand Sites
  • right-click the Web site
  • and then click Edit Bindings.

updatesccm5

In the Site Bindings dialog, the HTTP and HTTPS port values are displayed.

updatesccm4

You can also use PowerShell with the Get-WebBinding cmdlet:

PS > Get-WebBinding -Name "WSUS Administration"

protocol                                bindingInformation                                   sslFlags
--------                                ------------------                                   --------
http                                    :8530:                                               0
https                                   :8531:                                               0

 

Thanks for reading! You can follow me on Twitter @PrigentNico

 

 

About Nicolas 282 Articles
I work as an IT Production Manager, based in Paris (France) with a primary focus on Microsoft technologies. I have 10 years experience in administering Windows Servers. . I am a Microsoft MVP for Cloud & Datacenter Management. I also received the PowerShell Hero 2016 award by PowerShell.0rg. And finally, I am "MCSE: Cloud Platform and Infrastructure", "MCSA: Windows Servers", "Administering & Deploying SCCM", and CheckPoint CCSA certified.