The WS-Management protocol specification provides a common way for systems to access and exchange management information across an IT infrastructure. WinRM and Intelligent Platform Management Interface (IPMI), along with the Event Collector are components of the Windows Hardware Management features.
参考官方文档:https://docs.microsoft.com/en-us/windows/desktop/winrm/portal
WinRM2.0默认端口5985(HTTP端口)或5986(HTTPS端口)。
Enable-PSRemoting cmdlet

以管理员权限运行下面的命令,查看winrm监听信息:
winrm e winrm/config/listener
转载于:https://blog.51cto.com/jiaszwx/
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/222495.html原文链接:https://javaforall.net
