zoukankan      html  css  js  c++  java
  • 如何快速更新远程计算机上的组策略

    This article explains a single command you can use to update the Group Policy settings on remote computers. Please note this applies to Windows 2000 Computers only!
    >> -->

    Windows 2000 ships with a command line tool to refresh the Group Policy settings on a local computer. But what if you need to refresh Group Policy settings on 100 Windows 2000 machines? You either need to create a script to do so or visit each computer individually. To eliminate this, you can use the below steps to accomplish the task:

    Steps:

    • Create a Text file named Servers.txt
    • Paste all the computer names in txt file.
    • Run the following commands from a Windows 2000 computer:

    To refresh user policy: 

    To refresh machine policy

    • Psexec.exe -@Servers.txt secedit.exe /refreshpolicy machine_policy
  • 相关阅读:
    作业十一
    作业十
    作业九
    作业八
    作业七
    作业六
    作业五
    作业四
    eclipse+maven+web服务,实现对hdfs的目录浏览展示
    Eclipse+hadoop伪态式分布+API
  • 原文地址:https://www.cnblogs.com/jjkv3/p/1434233.html
Copyright © 2011-2022 走看看