ExchangeServer members
Represents a computer that is running Exchange Server 2013 in Active Directory Domain Services (AD DS).
The ExchangeServer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExchangeServer() | Initializes a new instance of the ExchangeServer class. | |
ExchangeServer(Server) | Initializes a new instance of the ExchangeServer class for the specified server identifier. |
Top
Properties
Name | Description | |
---|---|---|
AdminDisplayVersion | Gets the version number for the administrator's display. | |
CurrentConfigDomainController | Gets the current domain controller for Directory Service Access (DSAccess). | |
CurrentDomainControllers | Gets the list of domain controllers that this server can use for Directory Service Access (DSAccess). | |
CurrentGlobalCatalogs | Gets the list of global catalogs that the server uses via Directory Service Access (DSAccess). | |
CustomerFeedbackEnabled | Gets or sets a value that indicates whether the Exchange server is enrolled in the Microsoft Customer Experience Improvement Program. | |
DataPath | Gets the path to the local data. | |
Domain | Gets the domain to which the Exchange server belongs. | |
Edition | Gets the edition of Exchange Server 2013 that is running on the server. | |
ErrorReportingEnabled | Gets or sets a value that indicates whether the Exchange server will report errors. | |
ExchangeLegacyDN | Gets the legacy distinguished name of the Exchange server. | |
ExchangeLegacyServerRole | Gets the legacy role of the Exchange server. | |
Fqdn | Gets the fully qualified domain name (FQDN) of the Exchange server. | |
InternetWebProxy | Gets or sets the URI of the Web proxy server that the Exchange server should use to reach the Internet. | |
IsClientAccessServer | Gets a value that indicates whether the Exchange server is running the Client Access server role. | |
IsE14OrLater | Gets a value that indicates whether the version of Exchange that the server is running is a version of Exchange starting with Exchange Server 2010. | |
IsE15OrLater | ||
IsEdgeServer | Gets a value that indicates whether the Exchange server is running the Edge server role. | |
IsExchange2007OrLater | Gets a value that indicates whether the version of Exchange that the server is running is a version of Exchange starting with Exchange Server 2007. | |
IsExchangeTrialEdition | ||
IsExpiredExchangeTrialEdition | ||
IsFrontendTransportServer | ||
IsHubTransportServer | Gets a value that indicates whether the Exchange server is running the Hub Transport server role. | |
IsMailboxServer | Gets a value that indicates whether the Exchange server is running the Mailbox server role. | |
IsProvisionedServer | Gets a value that indicates whether the Exchange server is provisioned. | |
IsUnifiedMessagingServer | Gets a value that indicates whether the Exchange server is running the Unified Messaging server role. | |
MailboxProvisioningAttributes | ||
MonitoringGroup | ||
Name | Gets the name of the Exchange server. | |
NetworkAddress | Gets the network addresses that are used by the Exchange server. | |
OrganizationalUnit | Gets the Active Directory organizational unit (OU) to which this Exchange server belongs. | |
ProductID | Gets the product identifier for the copy of Exchange that is installed on the server. | |
RemainingTrialPeriod | Gets the length of time that remains in a trial installation of Exchange. | |
ServerRole | Gets the server role that is assigned to this Exchange server. | |
Site | Gets the site of the Exchange server. | |
StaticConfigDomainController | Gets or sets the domain controller to be used by the server via Directory Service Access (DSAccess). | |
StaticDomainControllers | Gets or sets a list of domain controllers to be used by the server via Directory Service Access (DSAccess). | |
StaticExcludedDomainControllers | Gets or sets a list of domain controllers that the server should not use via Directory Service Access (DSAccess). | |
StaticGlobalCatalogs | Gets or sets a list of global catalogs that the server should use via Directory Service Access (DSAccess). | |
WorkloadManagementPolicy |
Top