Link to home
Start Free TrialLog in
Avatar of BladesAway
BladesAway

asked on

Looking for a tool/utility that can remove users from Active Directory

We have are using a third party application that automatically creates a user in active directory when we add a user to the application.  The problem is, that when we use the application to remove the user from the application the user is left in AD.  If we go to add the user to the application again the application fails because the user alrady exist in AD.  The developer's recommend work-around/fix is to manually use AD Admin tools in 2003 toremove the user.  Well ya, that works but is obviously a multistep process we would like to avoid because we could potentially be adding and removing nunerous accounts in a given week/month.

The application does have a web servce that we can use to use XML to add the accounts to the application and AD, but of course their removal command again falls short and does not remove the user from AD.  We make calls to that from our custom app to add users to the 3rd party application.

What I am looking for is another webservice or component that I can use from within our custom application (using VB.NET) to make a call to the AD server and remove the user from AD.

I would have to believe that this has already been done, but I can't find any references to it anywhere.

Help is needed!

Thanks

Scott
ASKER CERTIFIED SOLUTION
Avatar of Bastiaan
Bastiaan
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial