I don't use it personally but the dsrm /? help gives some examples. Not sure why it wouldn't work as long as you have the correct full DN for the user and also the domain controller/admin user details...
Actually you can do domain groups from the command line. To add a domain user to a domain group:
Code:
net group domaingroupname domainusername /add /domain
You can delete users with /delete. I use this often when I need to quickly change membership of a security group and don't want to dig through our AD structure. Type NET HELP GROUP for additional information.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.