| Advertise on warmetal.nl! Click for more information about advertising here. |
Did you find this website useful? Did I save you a lot of time? |
|
In the new windows select Group Policies and create a new one. Give the new GPO a name that's descriptive of it's function. Then select edit:
Go to “Computer Configuration” → “Windows Settings” → “Restricted Groups” and right click it, to select “Add Group”:
Type the name of the group you want to give local administrator rights to the computers beneath the OU:
In the new window, add “Administrators” to the “This group is a member of”:
Save your settings and you're done.
You can change these settings using gpedit.msc, start it up and go to “Computer Configuration” → “Administrative Templates” → “System” → “Group Policy”:
See this Microsoft knowledgebase (http://support.microsoft.com/kb/203607 ) article for more information on how to change these settings.
Once you've downloaded psexec, open a command prompt and type
psexec \\computer cmd
where computer is the name or IP address of the remote desktop computer you are targeting. Once you've done this, you're looking at an interactive command prompt on the remote computer, and any command (like gpupdate /force) you now type will be executed on the remote machine instead of the local one. Of course, this can also be done on several computersautomatically, when you use a computerlist:
Psexec.exe -@ComputerList.txt Gpupdate.exe /Target:User /force Psexec.exe -@ComputerList.txt Gpupdate.exe /Target:Computer /force
Discussion