Re: Need script to delete list of AD accounts
"D.P. Roberts" <DProberts@pbride.com> wrote in message
news:e49Y1UtBIHA.2004@TK2MSFTNGP06.phx.gbl...
>I have a text file of several hundred usernames that need to be deleted
>from Active Directory. These users are scattered among several OUs, but
>they are all located in the same domain. Is there a way in vbs I can delete
>these accounts? If not, are there any 3rd party applications that can do
>this?
>
> Thanks!
>
Would the command
net user DRoberts /domain /delete
do it for you?
|