net user <username> /active:yes worked BUT I do need to be on one of the servers either directly or through terminal sessions. I was hoping and trying to figure out a way of doing it from a standard command prompt from any workstation - using a user with admin rights of course.
get a blank mmc up
add in the AD users etc snap in
point it to a domain controller
use the tool as normal
(you could even save this in a share and in theory access it from any pc) "Work to live, don't live to work"
"The problem with troubleshooting is that sometimes it shoots back"
You can use the command I mentioned on any workstation; I use it all the time, as long as the workstation is a member of the domain and you have admin rights, it will work.
You omitted the "/domain" switch though. This is what routes it from the local workstation to the domain controller.
If I use 'net user danomac /domain /active:no' on my workstation, it sends it to the domain controller and disables the account. If you omit the '/domain' the command will respond with 'User not found' or something like that (unless the user exists in the local userlist).
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.