Deletion of User Accounts
Deletion of a user account can be done using the following syntax:
net [<method>] user DELETE <name> [misc. options] [targets]
The following command will delete the user account jacko :
root# net rpc user delete jacko -Uroot%not24get
Deleted user account
|