Domain account part of Local Administrator Group

  • Thread starter Thread starter JPaul
  • Start date Start date
J

JPaul

GPO Question...

Can anyone tell me how to include a USER or a GROUP to the LOCAL
Administrator group of our workstations - WITHOUT removing the users already
present in them?

Thanks.
 
Create a computer startup group policy object for computers in the
workstations OU.

For the "command" part of the policy, type "net" and for the parameters type
"localgroup administrators domain\mygroup /add"

So, the full command you're executing is:

net localgroup administrators domain\mygroup /add

Hope this helps

Oli
 
Add the following to a startup (not logon) script:

net localgroup Administrators domainName\userName /add

--

Paul Williams
http://www.msresource.net


Why not join us in our free, public forum?
http://forums.msresource.net
______________________________________
GPO Question...

Can anyone tell me how to include a USER or a GROUP to the LOCAL
Administrator group of our workstations - WITHOUT removing the users already
present in them?

Thanks.
 
Thanks Oli...just to clarify....


Go to COMPUTER CONFIGURATION
|_Windows Settings
|_Scripts
|_Startup <--- IS this the section?


Thx.
 
Yep, that's the one.

Cheers

Oli



JPaul said:
Thanks Oli...just to clarify....


Go to COMPUTER CONFIGURATION
|_Windows Settings
|_Scripts
|_Startup <--- IS this the section?


Thx.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top