AD.Contact.Create
Top  Previous  Next


Creates contact

A Contact is a user that cannot log on - an active directory record.

Use AD.Account.SetProperty to set contact properties. Use Exchange.2k.Features to Exchange 2000 enable a contact.

Category
Active Directory

Script section
[Batch], inside Data.Loop..EndLoop statement

AD.Contact.Create
ContainerPath, CN

ContainerPath
Full AD path to container in which to create contact  

CN
Common name of contact to create  
 
Example
Create contact "MyContact" in the myOU OU of domain d2.acme.com.

AD.Contact.Create dc=com/dc=acme/dc=D2/ou=MyOu, MyContact

Full example
Create, manage and delete contacts