Webpipe理服务无法自动启动

重新启动后, Web Management Service无法启动。 我在事件日志中看到以下错误

 Unable to bind to the underlying transport for 192.168.0.101:8172. The IP Listen-Only list may contain a reference to an interface which may not exist on this machine. The data field contains the error number. 

我用192.168.0.101取代了我的真实IP。

这个问题似乎很明显 – 其他人在Web Management Service启动期间正在使用端口8172 …但我如何find它是哪个进程?

如果我手动运行服务,它会成功启动,这意味着无论是阻止8172是否可以login到框中。 在启动过程中,有什么方法跟踪应用程序对端口的使用情况吗?

我正在使用Windows Server 2012 R2和IIS 8.5。