Delete user from command line
Wednesday, September 23, 2009
Leave a Comment
Use the below commands to delete a user from command line.
To delete a user on a standalone machine:
net user username /DELETE
To delete a user from domain:
net user username /DELETE /DOMAIN
Note that we do not need to specify the domain name here.
To delete a user on a standalone machine:
net user username /DELETE
To delete a user from domain:
net user username /DELETE /DOMAIN
Note that we do not need to specify the domain name here.
0 comments »
Leave your response!