powershell远程连接
记录下 参考https://www.cnblogs.com/dlvguo/p/10374078.htmlhttps://www.cnblogs.com/weihanli/p/connect-remote-winserver-with-powershell.html首先在服务端,打开PowerShell管理员窗口,输入以下指令开启允许远程访问:Enable-PSRemoting然后在客户端也开启允许访问,由于我这边使用的专用网络,使用以下脚本跳过网络限制:Enable-PSRe..





