StackOverflow 文档 PowerShell 教程 Powershell Remoting 通过 PowerShell 连接到远程服务器 通过 PowerShell 连接到远程服务器 Created: November-22, 2018 使用本地计算机的凭据: Enter-PSSession 192.168.1.1 提示远程计算机上的凭据 Enter-PSSession 192.168.1.1 -Credential $(Get-Credential) 在远程计算机上运行命令启用 PowerShell 远程处理