Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ADsPath string for the ADSI WinNT provider can be one of the following forms:
WinNT:
WinNT://<___domain name>
WinNT://<___domain name>/<server>
WinNT://<___domain name>/<path>
WinNT://<___domain name>/<object name>
WinNT://<___domain name>/<object name>,<object class>
WinNT://<server>
WinNT://<server>/<object name>
WinNT://<server>/<object name>,<object class>
The ___domain name can be either a NETBIOS name or a DNS name.
The server is the name of a specific server within the ___domain.
The path is the path of on object, such as "printserver1/printer2".
The object name is the name of a specific object.
The object class is the class name of the named object. One example of this usage would be "WinNT://MyServer/JeffSmith,user". Specifying a class name can improve the performance of the bind operation.