zoukankan      html  css  js  c++  java
  • 第三章 用 PowerShell 进行远程管理(remoting)

    第三章 用 PowerShell 进行远程管理(remoting)

    PowerShell V2 引进了一项强大的新技术,远程(remoting),PowerShell V3 进行了完善和扩展。主要基于标准化的协议和技术,远程管理是可能 PowerShell 最重要的一个方面。微软未来的产品几乎完全依靠它进行管理整个网络通信。

    在本章中,我们将讨论:

    PowerShell 远程管理的系统需求
    启用/禁用远程管理
    执行远程命令
    交互式远程会话
    保存远程会话到磁盘
    了解会话配置

    PowerShell 最重要和最令人兴奋的特性是其远程管理能力。PowerShell 远程管理可以通过网络远程控制目标计算机。PowerShell 远程管理使用 WinRM(Windows 远程管理),它是基于微软的 WS-Management 协议。有了 PowerShell 远程处理,管理员可以在整个网络中的几十个目标计算机上执行各种管理操作。在本章中,我们将介绍 PowerShell 远程管理的相关内容。


  • 相关阅读:
    bzoj 5455
    hdu 6705
    hdu 6706
    斜率优化
    bzoj3672
    bzoj1367
    bzoj2118
    bzoj2337
    Codeforces 1077D Cutting Out(二分答案)
    Codeforces 1079C Playing Piano(记忆化搜索)
  • 原文地址:https://www.cnblogs.com/pangblog/p/3324932.html
Copyright © 2011-2022 走看看