远程管理WinRM,Enter-PSSession

wmimgmt.msc-------打开windows管理体系结构(WMI) 启用PowerShell远程管理: 1)在本地计算机(须要管理远程计算机的计算机)上运行Set-item wsman:localhost\client\trustedhosts –value *,添加trusthost列表 2)在远程计算机(须要被远程管理的计算机上)上运行Enable-PSremoting -force
相关文章
相关标签/搜索