Configuring a fixed port for WMI
In this article
You can configure the startup of the WMI service as the only process on the endpoint with a fixed port.
If necessary, you can check which port WMI is using by running the commands
tasklist /svc /fi "services eq winmgmt"
and netstat -ano | find "<process identifier (PID)>"
.cmd
, and click OK.winmgmt -standalonehost
net stop winmgmt
net start winmgmt
To cancel changes, you can run the
winmgmt /sharedhost
command, and then stop and start the WMI service (winmgmt). Changing a fixed port
If you are using Windows Firewall in the corporate IT infrastructure, you must configure a rule allowing inbound connections to the specified TCP port.
dcomcnfg
, and click OK.net stop winmgmt
net start winmgmt