logo
  • 教程列表
  • SO官方文档
  • Powershell Remoting
    • 启用 PowerShell 远程处理
    • 通过 PowerShell 连接到远程服务器
    • 在远程计算机上运行命令
    • 自动清理 PSSession 的最佳实践
  1. StackOverflow 文档
  2. PowerShell 教程
  3. Powershell Remoting
  4. 通过 PowerShell 连接到远程服务器

通过 PowerShell 连接到远程服务器

Created: November-22, 2018

使用本地计算机的凭据:

Enter-PSSession 192.168.1.1

提示远程计算机上的凭据

Enter-PSSession 192.168.1.1 -Credential $(Get-Credential)
  • 在远程计算机上运行命令
  • 启用 PowerShell 远程处理

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明