Active Directory/Connect: Difference between revisions

From Rosetta Code
Content added Content deleted
(RC-ified)
m (Moved to Enviro cat)
Line 1: Line 1:
{{task|Programming environment operations}}
{{task}}


=={{header|VBScript}}==
=={{header|VBScript}}==

Revision as of 00:14, 23 August 2008

Task
Active Directory/Connect
You are encouraged to solve this task according to the task description, using any language you may know.

VBScript

Creating the normal connection to AD

Set objConn = CreateObject("ADODB.Connection")
Set objCmd = CreateObject("ADODB.Command")
objConn.Provider = "ADsDSOObject"
objConn.Open