Gå vidare till huvudinnehållet
  • Lägg beställningar snabbt och enkelt
  • Visa beställningar och kontrollera leveransstatus
  • Skapa och kom åt en lista över dina produkter
  • Hantera dina webbplatser, produkter och kontakter på produktnivå från Dell EMC med hjälp av företagsadministration.

Artikelnummer: 000134383


Configure Exchange Mail Routing Settings in Active Directory for Exchange 2013

Artikelns innehåll


Symptom

 
Article Summary: Configure Exchange Mail Routing Settings in Active Directory for Exchange 2013



Determine the name of the Active Directory IP site link for which you want to set an Exchange cost. A lower cost value indicates a more preferred route. You can examine the contents of the routing table logs and view the data in the ADTopologyPath ID section to view details about the calculated least cost routing path between two Active Directory sites.

To set an Exchange-specific cost on an Active Directory site link, run the following command:
Set-AdSiteLink <ADSiteLinkIdentity> -ExchangeCost <Integer | $null>

This example sets an Exchange-specific cost of 10 on the IP site link named IPSiteLinkAB.
Set-AdSiteLink IPSiteLinkAB -ExchangeCost 10

This example clears the Exchange cost from the IP site link named IPSiteLinkAB.
Set-AdSiteLink IPSiteLinkAB -ExchangeCost $null

To verify that you have successfully set an Exchange cost on an Active Directory site link, do the following:

Run the following command:
Get-AdSiteLink | Format-List Name,ExchangeCost

Verify the Exchange cost is configured on the Active Directory site link.


 

Artikelegenskaper


Berörd produkt

Servers, PowerEdge

Senaste publiceringsdatum

21 feb. 2021

Version

3

Artikeltyp

Solution