WinNT ADsPath Syntax

An ADsPath string for Microsoft's WinNT provider starts either with "WinNT:" or "WinNT://<DomainName>".

What follows that component is a distinguished name that consists of one or more components that each identify a level of the WinNT object hierarchy, described in WinNT Schema.

For example, the following list of ADsPath names are valid:

"WinNT://MyDomain/MyServer/John"
"WinNT://MyDomain/MyServer/User"
"WinNT://MyDomain/JohnSmith"
"WinNT://MyDomain/User"
"WinNT://MyDomain/Administrator"
"WinNT://MyDomain/Group"
"WinNT://MyDomain/MyComputer/MyPrintQueue/"
"WinNT://MyDomain/MyComputer/Printer"