IAdmUserInfo

The IAdmUserInfo interface provides information about a user account.

Inheritance: IUnknown

Derived: IAdmUserInfo2

Properties

  • Property

  • Description

  • AdsPath

  • Gets the ADS path of the account.

  • DN

  • Gets the distinguished name (DN) of the account.

  • Guid

  • Gets the globally unique identifier (GUID) of the account.

  • Sid

  • Gets the security identifier (SID) of the account.

  • NtlmUsername

  • Gets the username of the account in NTLM format (DOMAIN\Username).

  • ImplicitUserPrincipalName

  • Gets the implicit user principal name of the account.

  • ExplicitUserPrincipalName

  • Gets the explicit user principal name of the account.

Details

AdsPath

Gets the ADS path of the account.

  • Type:
  • string
  • Access:
  • Read-only

DN

Gets the distinguished name (DN) of the account.

  • Type:
  • string
  • Access:
  • Read-only

Guid

Gets the globally unique identifier (GUID) of the account.

  • Type:
  • string
  • Access:
  • Read-only

Sid

Gets the security identifier (SID) of the account.

  • Type:
  • string
  • Access:
  • Read-only

NtlmUsername

Gets the username of the account in NTLM format (DOMAIN\Username).

  • Type:
  • string
  • Access:
  • Read-only

ImplicitUserPrincipalName

Gets the implicit user principal name (UPN) of the account. The UPN format is UserName@DNSDomainName.com.

  • Type:
  • string
  • Access:
  • Read-only

ExplicitUserPrincipalName

Gets the explicit user principal name (UPN) of the account. The UPN format is Name@Suffix, where both the name and the suffix are explicitly defined by the administrator.

  • Type:
  • string
  • Access:
  • Read-only

Requirements

Minimum required version: 2019.1

See also