Change the Port Number using PowerShell
Set-SpCentralAdministration -port 1024 iisreset # And use whatever port number you choose
#Note: the above command will make changes to IIS as well
#Note: the above command will make changes to IIS as well
Comments
Post a Comment