IAdmManagedDomainInfo

The IAdmManagedDomainInfo interface provides access to information about a domain managed by the Adaxes service.

Properties

  • Property

  • Description

  • Name

  • Gets the fully qualified domain name (FQDN) of the domain (e.g. mydomain.com).

  • DisplayName

  • Gets the display name of the managed domain.

  • NetbiosName

  • Gets the NETBIOS name of the domain (e.g. MYDOMAIN).

  • Forest

  • Gets the name of the forest the domain belongs to.

  • DomainType

  • Gets the directory type of the managed domain.

  • DefaultNamingContext

  • Gets the distinguished name (DN) of the default naming context of the domain.

  • SecurityIdentifier

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

  • Guid

  • Gets the globally unique identifier (GUID) of the default naming context of the domain.

  • Mode

  • Gets the functional level the domain operates in.

  • Status

  • Gets the domain status.

  • IsExchangeSupported

  • Gets a value indicating whether Microsoft Exchange is available in the domain.

  • AvailableExchangeOrganizationTypes

  • Gets the types of Exchange organizations available in the domain.

Details

Name

Gets the fully qualified domain name (FQDN) of the domain (e.g. mydomain.com).

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

DisplayName

Gets the display name of the managed domain.

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

NetbiosName

Gets the NETBIOS name of the domain (e.g. MYDOMAIN).

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

Forest

Gets the name of the forest that the domain belongs to.

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

DomainType

Gets the directory type of the managed domain.


DefaultNamingContext

Gets the distinguished name (DN) of the default naming context of the domain.

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

SecurityIdentifier

Gets the security identifier (SID) of the domain. The security identifier is represented as an array of bytes.

  • Type:
  • Byte[]
  • Access:
  • Read-only

Guid

Gets the globally unique identifier (GUID) of the default naming context of the domain.

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

Mode

Gets the functional level the domain operates in.


Status

Gets the domain status.


IsExchangeSupported

Gets a value indicating whether Microsoft Exchange is available in the domain.

  • Type:
  • bool
  • Access:
  • Read-only

AvailableExchangeOrganizationTypes

Gets the types of Exchange organizations available in the domain.


Requirements

Minimum required version: 2023

See also