No, but you could follow this up with a deltree or rmdir command that would
handle this.
 
[Windows 2000]
adduser -kill -u billybob
rmdir /s /q d:\imail\users\billybob
 
[NT 4]
adduser -kill -u billybob
deltree /y d:\imail\users\billybob
 
Dusty
----- Original Message -----
From: Raymond Dy
Sent: Sunday, August 08, 1999 9:02 PM
Subject: Re: [IMail Forum] DELETE users

Will it also erase the folder of that user? 
 
Raymond
----- Original Message -----
Sent: Monday, August 09, 1999 9:22 AM
Subject: Re: [IMail Forum] DELETE users

adduser -kill -u userid -h hostname
 
If memory serves me correctly you do not have to specify hostname
is it is the main host.
 
Dusty
 
----- Original Message -----
From: Raymond Dy
Sent: Sunday, August 08, 1999 8:12 PM
Subject: [IMail Forum] DELETE users

Is there a way to delete users using command line interface or ASP script?
 
Raymond

Reply via email to