Hi,
How to remove windows user account using C#?
Thanks,
|
|
Clause Thomsen was close, you need to pass the DirectoryEntry.Remove method a DirectoryEntry paramenter and not a string, like:
|
|||
|
|
|
|
Something like this should do the trick(not tested):
|
||
|
|
|
|
Check out this link |
||||||
|
|
|
Alternatively using System.DirectoryServices.AccountManagement in .NET 3.5:- |
||
|
|