junglist_g Posted May 18, 2008 Posted May 18, 2008 Hi AllI have no problems adding a local user to my machine. But I'd like to add A Domain User Group to my Local User Group (Power Users)Anyone got any tips on how to do this?Thanks
PC_LOAD_LETTER Posted May 18, 2008 Posted May 18, 2008 2 ways:Single PC:Rclick Computer -> Manage -> Local Users and Groups -> Rclick Power Users -> Add to Group -AddMany PCs in an OU via GPoopen a GPo -> Computer Configuration -> Windows Settings -> Security Settings -> Restricted Groups - Add Group -> your Domain User Group -> this group is a member of Power Users
PC_LOAD_LETTER Posted May 18, 2008 Posted May 18, 2008 ok didnt notice that. if you need to add a user to a domain group as part of an unattended cd, i cant help you. i join all my machines to the domain well after installing windows. if your question is concerning an already installed machine, let me know and ill move it to the Xp forum
IcemanND Posted May 18, 2008 Posted May 18, 2008 net localgroup administrators domain\group /addReplace 'administrators' with the desired local groupReplace domain\group with your domainname\groupnamesee http://technet2.microsoft.com/windowsserve...3.mspx?mfr=true for more.
junglist_g Posted May 19, 2008 Author Posted May 19, 2008 net localgroup administrators domain\group /addReplace 'administrators' with the desired local groupReplace domain\group with your domainname\groupnamesee http://technet2.microsoft.com/windowsserve...3.mspx?mfr=true for more.Thank you very much IcemanND that looks about right I'll give it a go
junglist_g Posted May 19, 2008 Author Posted May 19, 2008 Right.... After messing about with the above script. I have fianlly managed to get it to work. (It needed ")Just incase anyone else needs to use this script... here's what I used.net localgroup "LOCALGROUPNAME" "domain\domaingroup" /addThanks to all
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now