码迷,mamicode.com
首页 > 系统相关 > 详细

PowerShell 连接远程服务器

时间:2018-12-14 22:58:36      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:客户   shel   mda   dash   work   sre   localhost   enable   需要   

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

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

PowerShell 连接远程服务器

标签:客户   shel   mda   dash   work   sre   localhost   enable   需要   

原文地址:https://www.cnblogs.com/chenshao/p/10121632.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!