What command should you run?

HOTSPOT
You have an Exchange Server 2013 organization that contains a server named EX1.
The network contains two domain controllers named DC1 and DC2.
You plan to make changes to the Active Directory infrastructure and to remove DC2 from the
network.
You need to verify whether EX1 writes Active Directory changes to DC2.
What command should you run? To answer, select the appropriate options in the answer area.

HOTSPOT
You have an Exchange Server 2013 organization that contains a server named EX1.
The network contains two domain controllers named DC1 and DC2.
You plan to make changes to the Active Directory infrastructure and to remove DC2 from the
network.
You need to verify whether EX1 writes Active Directory changes to DC2.
What command should you run? To answer, select the appropriate options in the answer area.

Answer: See the explanation

Explanation:
Box 1: Get-OrganizationConfig
Box 2: DC2



Leave a Reply 6

Your email address will not be published. Required fields are marked *


thekat88

thekat88

Um, get-organizationconfig does not have a parameter of identity. And none of the others have it either. Get-Organizationconfig does have a -domaincontroller parameter though.

Bas

Bas

Answer is:

Get-ExchangeServer
EX1.

This will display the current domain controller used by the SERVER and it will also show if there are static entry’s configured.

Source: https://technet.microsoft.com/en-us/library/bb123873(v=exchg.160).aspx (Get-ExchangeServer)

The Status switch specifies whether to include additional property values in the results, for example, the Watson state, StaticDomainControllers, and runtime domain controller usage. You don’t need to specify a value with this switch.

To see the additional values, you need to pipe the output to a formatting cmdlet, for example, the Format-List cmdlet.

Juan Ramón Asencio

Juan Ramón Asencio

The Get-OrganizationConfig cmdlet is used to get configuration data for an Exchange organization.
We should specify DC2 as we are interested if information from EX1 is propagated to DC2.
Example: This example gets the organization configuration information for the domain controller ContosoDC.
Get-OrganizationConfig -DomainController ContosoDC
Incorrect answers:
Not Get-ExchangeServer: The Get-ExchangeServer cmdlet is used to obtain the attributes of a specified Exchange server, but we are not interested in the attributes of EX1, we want to know if EX1 propagates changes to DC2.

dengjch

dengjch

[PS] C:\Windows\system32>Get-ExchangeServer -Identity mailhub01 -Status | FL

CurrentDomainControllers : {ad-back.pharmaron-bj.com}
CurrentGlobalCatalogs : {ad-back.pharmaron-bj.com}
CurrentConfigDomainController : ad-back.pharmaron-bj.com

dengjch

dengjch

the answer is “get-exchangeserver -identity ex1 -status | FL”

deejayroa

deejayroa

get-organizationconfig does not have IDENTITY parameter