PowerShell 技能连载 - PowerShell Remoting and HTTP 403 Error
如果您在使用 PowerShell 远程操作时遇到“HTTP 403”错误,一个潜在的原因可能是代理服务器影响了请求。
不过,要禁用代理服务器很容易。只需要在您的呼叫中增加一个 session 选项并且将 ProxyAccessType
设置为“NoProxyServer
”即可:
1 | # you are connecting to this computer |
PowerShell 技能连载 - PowerShell Remoting and HTTP 403 Error
http://blog.vichamp.com/2016/10/21/powershell-remoting-and-http-403-error/