Disable/enable users

  • Thread starter Thread starter K M
  • Start date Start date
K

K M

Any way to easily enable/disable multiple Win 2000 server domain user
accounts on the fly. We periodically have an update for the software
we use, and I need to make sure users don't accidently try to run the
program while I do the update.


Thanks

Ken
 
net user username /active:no /domain

(That's the literal word "domain" NOT your domain name.)

Ray at work
 
Back
Top