Hi,
How to resolve issue below
C:\dp2\L0\Feb>cscript S1.vbs
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.C:\dp2\L0\Feb\S1.vbs(7, 1) (null): The server is not operational.
due to the last line in the following?
Option Explicit
Dim strUser
Dim objRootLDAP, objContainer, objNewUser
strUser = "User0"'Bind to Active Directory, Users container.
Set objRootLDAP = GetObject("LDAP://127.0.0.1")