Lokal Administrator via GPO
Hejsa ..Jeg har via www læst dette :
The below example is a a batch file you can use to update the local administrators group:
--------------
@echo off
net localgroup Administrators /add "domain\group_name"
--------------
Save the file as a .bat file and configure the script to run as a computer start-up script from the GPO being applied to all Computers in your organisation by adding the script in Computer Configuration/Windows Settings/Scripts.
This script will now run at computer start-up and update the local administrators group.
-------------------------
Er der nogen der med succes har fået dette til at virke ?
Jeg får en fejlkode 5 "Adgang Nægtet" på klienten, jeg må
mangle et eller andet ? :-)
//Søren
