Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Microsoft Exchange Server 2010 : Working with SMTP Connectors, Sites, and Links (part 2) - Viewing and Managing Active Directory Site Link Details

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
2/24/2014 12:25:09 AM

3. Viewing and Managing Active Directory Site Link Details

You can use the Get-AdSiteLink cmdlet to view the configuration information about an Active Directory IP site link. This configuration information includes the value of the Exchange-specific cost, the cost assigned to the Active Directory IP site link, and a list of the sites in the IP site link.

Example 3 provides the syntax and usage, as well as sample output, for the Get-AdSiteLink cmdlet. Use the –Identity parameter to retrieve the configuration information about a specific IP site link. If you do not provide an identity, the configuration information about all IP site links is returned.

Example 3. Get-AdSiteLink cmdlet syntax and usage

Syntax

Get-AdSiteLink [-Identity 'SiteIdentity']
[-DomainController 'DCName']


Usage

Get-AdSiteLink -Identity 'PORTLANDSEATTLELINK' | fl


Output

Runspaceid :
Cost : 100
ADCost : 100
ExchangeCost :
MaxMessageSize : unlimited
Sites : {First-Seattle-Site}
AdminDisplayName :
ExchangeVersion : 0.0 (6.5.6500.0)
Name : PORTLANDSEATTLELINK
DistinguishedName : CN=PORTLANDSEATTLELINK,CN=IP,
CN=Inter-Site Transports,CN=Sites,
CN=Configuration,DC=cpandl,DC=com
Identity : cpandl.com/Configuration/Sites/
Inter-Site Transports/IP/PORTLANDSEATTLELINK
Guid : b304910a-4a2e-47af-8755-ac0e72653f9f
ObjectCategory : cpandl.com/Configuration/Schema/Site-Link
ObjectClass : {top, siteLink}
WhenChanged : 12/17/2009 8:36:00 PM
WhenCreated : 12/17/2009 8:36:00 PM
WhenChangedUTC : 12/17/2009 3:36:00 AM
WhenCreatedUTC : 12/17/2009 3:36:00 AM
OrganizationId :
OriginatingServer : MAILSERVER25.cpandl.com
IsValid : True

By default, Exchange Server 2010 determines the least-cost routing path by using the cost that is assigned to the Active Directory IP site links. You can change this behavior by using the Set-AdSiteLink cmdlet to configure an Exchange-specific cost for Active Directory IP site links. After you configure it, the Exchange-specific cost is used instead of the Active Directory–assigned cost to determine the Exchange routing path.

Example 4 provides the syntax and usage, as well as sample output, for the Set-AdSiteLink cmdlet. When there are multiple wide area network (WAN) paths between sites, you can set a higher site-link cost if you want to reduce the likelihood that a link will be used. You can set a lower site-link cost if you want to increase the likelihood that a link will be used. You must have Enterprise Administrator rights to use the –Name parameter to change the name of a site link.

You can use the –MaxMessageSize parameter to set the maximum size for messages that are relayed across a specified link. The default value is "unlimited," which allows messages of any size to be relayed. You can specify the units for values using B for bytes, KB for kilobytes, MB for megabytes, or GB for gigabytes. The valid range for maximum size is from 64 KB to the largest value in bytes that can be set using a 64-bit integer (9,223,372,036,854,775,807).

Example 4. Set-AdSiteLink cmdlet syntax and usage

Syntax

Set-AdSiteLink -Identity 'SiteIdentity'
[-DomainController 'DCName']
[-ExchangeCost Cost]
[-MaxMessageSize <'Size' | 'Unlimited'>]
[-Name 'NewSiteLinkName']


Usage

Set-AdSiteLink -Identity 'PORTLANDSEATTLELINK'
-ExchangeCost 20

Set-AdSiteLink -Identity 'LASACRAMENTOLINK'
-MaxMessageSize 'Unlimited'

Set-AdSiteLink -Identity 'LASACRAMENTOLINK'
-MaxMessageSize '24MB'
Other -----------------
- Administering an Exchange Server 2013 Environment (part 9) - Server Administration
- Administering an Exchange Server 2013 Environment (part 8) - Understanding Archiving
- Administering an Exchange Server 2013 Environment (part 7) - Understanding Journaling
- Administering an Exchange Server 2013 Environment (part 6) - Introduction to Role Based Access Control
- Administering an Exchange Server 2013 Environment (part 5) - Performing Common Tasks - Creating Multiple Mailboxes in the Exchange Management Shell
- Administering an Exchange Server 2013 Environment (part 4) - Performing Common Tasks - Creating User Mailboxes
- Administering an Exchange Server 2013 Environment (part 3) - Exchange Management Shell
- Administering an Exchange Server 2013 Environment (part 2) - Exchange Administration Center - Overview of the Exchange Administration Center
- Administering an Exchange Server 2013 Environment (part 1) - Exchange Administration Center - Accessing the Exchange Administration Center
- Windows Server 2012 Administration : Managing Printers with the Print Management Console (part 3) - Using the Print Management Console
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server