Server 2012 WSUS modify port
Windows Server 2012 Wsus 4.0 update 8530Port
Why change port?
WSUS inherits from the upstream server 2012 WSUS, and the docking port is 8530, but client asks me for a patch of 8530 port by default, which is more troublesome, so I need to change it to client and ask me for a patch to access 80 port.
You can use the [wsusutil] instruction to modify it.
1. Cd C:\ Program Files\ Update Services\ Tools\
2. Query instruction usage
Wsusutil.exe help usecustomwebsite
3. Modify port
Wsusutil usecustomwebsite false changed from default port to 80 port
Wsusutil usecustomwebsite true changed from existing port to default 8530 port
Okay, it's done! Client visit it go 80, it visit upstream go 8530!