How To
For every example given below, you need the following code to initialize the component
//Fill in the credentials needed to connect
ADWrapper.Domain = "example.com";
ADWrapper.Ip = "127.0.0.1";
ADWrapper.Password = "sample";
ADWrapper.UserName = "sample";
//Connect to the active directory
ActiveDirectory.Connect();
Examples