Hi All,
I am sure this must be a simple task but not being a programmer I am having trouble sorting out the syntax.
I have a network whereby the users will quite often sit at different machines from day to day. Our software writers will dump software updates onto the server overnight. In order to get the updates automatically at Logon the user has to be a member of the local administrators group.
Question: Using Group Policy to try and make a user a member of the Local Administrators Group I have created a domain group called "Techies" and placed all the users in it. I have then created an OU called LocalAdmins. I then created and linked a Policy to it. In the Policy under User Configuration\Windows Settings\Scripts\Logon I have linked a cmd file with the following line:
net localgroup administrator [Domain]\localadmins /add
Surprise Surprise it doesn't work.
Can I actually do what I am trying to do and if so, How?
BTW the Server is Win2003 and the workstations are all XP Pro.
Regards,
RB