How to Add user to a local group on a computer
You can create a bat file.
In the bat file you will put the following:
- net localgroup administrators house\ComputerAdminGroup /Add
- net localgroup “Power Users” house\PowerUserGroup /Add
- net localgroup “Remote Desktop Users” house\remotelogon /Add
If a group has spaces on it you put the local group in quotes.
If you have domain environment make a GPO with a startup script and add the Bat to it, and that is all you have to do.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Related Posts
- The Computer Technicians and The Users
- Local Fireworks Display
- What tips would you give to a new Twitter user?
Comments
Leave a Reply
