IAdmExchangeServer
The IAdmExchangeServer interface represents an Exchange Server.
Inheritance: IAdmTop
Methods
-
Method
-
Description
-
GetExchangeVersion()
-
Gets the version of the Exchange Server.
-
GetStorageGroups()
-
Returns a list of storage groups hosted on the Exchange Server.
-
GetMailboxStorageDatabases()
-
Returns a list of mailbox databases hosted on the Exchange Server.
-
GetPublicStorageDatabases()
-
Returns a list of public storage databases hosted on the Exchange Server.
-
BuildFullDisplayName()
-
Returns the Exchange server name consisting of the server display name, Exchange Organization, and the Administrative Group name.
Properties
-
Property
-
Description
-
ServerName
-
Gets the Exchange Server name.
-
DirectoryServer
-
Gets the FQDN of the Domain Controller where the Exchange Server is running.
Details
GetExchangeVersion()
Gets the version of the Exchange Server.
IAdmVersion GetExchangeVersion()
GetStorageGroups()
Returns a list of storage groups hosted on the Exchange Server. Each object in the list implements the IAdmExchangeStorageGroup interface.
IAdmObjects GetStorageGroups()
GetMailboxStorageDatabases()
Returns a list of mailbox databases hosted on the Exchange Server. Each object in the list implements the IAdmExchangeStorageDatabase interface.
IAdmObjects GetMailboxStorageDatabases()
GetPublicStorageDatabases()
Returns a list of public storage databases hosted on the Exchange Server. Each object in the list implements the IAdmExchangeStorageDatabase interface.
IAdmObjects GetPublicStorageDatabases()
BuildFullDisplayName()
Returns the Exchange server name consisting of the server display name, Exchange Organization, and the Administrative Group name.
string BuildFullDisplayName()
ServerName
Gets the Exchange Server name.
- Type:
- string
- Access:
- Read-only
DirectoryServer
Gets the FQDN of the Domain Controller where the Exchange Server is running.
- Type:
- string
- Access:
- Read-only
Requirements
Minimum required version: 2010.2