Specifies a format for a directory service object name.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax Members
| Member name | Value | Description |
---|
| FullyQualifiedDN | 1 |
The fully qualified distinguished name (for example, CN=Jeff Smith,OU=Users,DC=Engineering,DC=Microsoft,DC=Com).
|
| SamCompatible | 2 |
A legacy account name (for example, Engineering\JSmith). The domain-only version includes trailing backslashes (\).
|
| Display | 3 |
A "friendly" display name (for example, Jeff Smith). The display name is not necessarily the defining relative distinguished name (RDN).
|
| UniqueId | 4 |
A GUID string that the IIDFromString function returns (for example, {4fa050f0-f561-11cf-bdd9-00aa003a77b6}).
|
| Canonical | 5 |
The complete canonical name (for example, engineering.microsoft.com/software/someone). The domain-only version includes a trailing forward slash (/).
|
| UserPrincipal | 6 |
The user principal name (for example, someone@example.com).
|
| CanonicalEx | 7 |
The same as NameCanonical except that the rightmost forward slash (/) is replaced with a new line character (\n), even in a domain-only case (for example, engineering.microsoft.com/software\nJSmith).
|
| ServicePrincipal | 8 |
The generalized service principal name (for example, www/www.microsoft.com@microsoft.com).
|
| DnsDomain | 9 |
The DNS domain name followed by a backward-slash and the SAM user name.
|
| GivenName | 10 |
The given name.
|
| Surname | 11 |
The surname.
|
See Also