powershell如何远程连接并且在远程操作文件


PowerShell交流中心 › 分类: Powershell基础 › powershell如何远程连接并且在远程操作文件
0 赞 踩
yan asked 9 年 ago

powershell如何远程连接并且在远程操作文件。
我是用以下代码远程连接时,为何总是会报远程执行命令失败。
Enter-PSSession -ComputerName 192.168.20.37(ip) –Credential ‘GLAD\ZHANGWM'(pcName)。

Mooser Lee 管理员 replied 9 年 ago

具体报什么错误。