Resolves a NetBIOS name (i.e. CONTOSO) to its distinguished name (i.e. DC=Contoso, DC=local)
[Visual Basic] Public Function ResolveNetBiosNameToDN( _ ByVal netbiosName As String _ ) As String [C#] public string ResolveNetBiosNameToDN( string netbiosName ); [C++] public: String* ResolveNetBiosNameToDN( String* netbiosName ); [JScript] public function ResolveNetBiosNameToDN( String netbiosName ): String;
The distinguished name of the Active Directory partition that corresponds to the specified NetBIOS name
Exception Type | Condition |
---|---|
ArgumentException | Thrown, when the netbios cannot be resolved. |
ADLayer Class | InfiniTec.ActiveDirectory Namespace