PowerShell 连接远程服务器

>>服务端
Enable-PSRemoting
winrm quickconfig ————这个可能不需要

>>客户端
Set-Item wsman:\localhost\Client\Trustedhosts -value 192.168.159.*
Enter-PSSession -ComputerName 192.168.159.169 –Credential WORKGROUP\Administrator

posted @ 2018-12-14 20:51  陈少鑫  阅读(2663)  评论(0编辑  收藏  举报