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 : Completing Transport Server Setup (part 5) - Getting Edge Subscription Details, Synchronizing Edge Subscriptions

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
3/10/2014 9:45:15 PM

6.2 Getting Edge Subscription Details

In the Exchange Management Console, you can view Edge subscriptions by expanding the Organization Configuration node, selecting the Hub Transport node, and then clicking the Edge Subscriptions tab. Each Edge subscription is listed by Edge Transport server name and associated Active Directory site as shown in Figure 4.

Review the Edge subscriptions.

Figure 4. Review the Edge subscriptions.

As Example 5 shows, you can use the Get-EdgeSubscription cmdlet to get information about Edge subscriptions as well. If you do not provide an identity with this cmdlet, configuration information for all Edge Subscriptions is returned.

Example 5. Get-EdgeSubscription cmdlet syntax and usage

Syntax

Get-EdgeSubscription -Identity EdgeTransportServerName
[-DomainController DCName]


Usage

Get-EdgeSubscription -Identity "EdgeSvr04"

6.3 Synchronizing Edge Subscriptions

During the configuration of an Edge subscription, you specified an Active Directory site to associate with the subscription. Hub Transport servers in this site run the EdgeSync service and are responsible for synchronizing configuration data between Active Directory Domain Services and AD LDS on the Edge Transport server. By default, the EdgeSync service synchronizes configuration data hourly and recipient data every four hours.

If you've just created a new subscription and synchronization has occurred, you should verify that replication is taking place as expected by completing the following steps:

  1. On the Edge Transport server, start the Exchange Management Shell.

  2. Verify that a Send connector was created to send Internet mail by typing the command get-sendconnector. As shown in the following example and sample output, you should see an Inbound connector and an Internet connector for EdgeSync:

    get-sendconnector

    Identity AddressSpaces Enabled
    -------- ------------- -------
    Primary Send Connector {SMTP:*.cpandl.com;1} True
    SD1 Send Connector {SMTP:*.adatum.com;1} True
    EdgeSync - Seattle-First-Site to Int {smtp:*;100} True
    EdgeSync - Inbound to Seattle-First- {smtp:--;100} True
  3. Verify that there is at least one entry for accepted domains by typing get-accepteddomain as shown in the following example and sample output:

    get-accepteddomain

    Name DomainName DomainType Default
    ---- ---------- ---------- -------
    cpandl.com cpandl.com Authoritative True

If you suspect there is a problem with synchronization and you want to start immediate synchronization of configuration data for all Edge subscriptions, complete the following steps:

  1. Start the Exchange Management Shell.

  2. At the prompt, type the following command

    start-edgesynchronization -Server ServerName

    where ServerName is the name of the Hub Transport server on which you want to run the command, such as:

    start-edgesynchronization -Server mailserver25

If you are running the command on the Hub Transport server, you can omit the –Server parameter.

Other -----------------
- SharePoint 2013 : Health and Monitoring (part 4) - Timer Jobs, The Developer Dashboard
- SharePoint 2013 : Health and Monitoring (part 3) - Analytics, The Health Analyzer
- SharePoint 2013 : Health and Monitoring (part 2) - Correlation IDs, The Logging Database
- SharePoint 2013 : Health and Monitoring (part 1) - Logging
- SharePoint 2013 Request Management (part 2) - Request Management Administration
- SharePoint 2013 Request Management (part 1) - The Request Management Process
- Windows Server 2012 : Deploying Storage Spaces (part 5) - Implementing Storage Spaces, Using Windows PowerShell
- Windows Server 2012 : Deploying Storage Spaces (part 4) - Planning a Storage Spaces deployment - Availability, Management
- Windows Server 2012 : Deploying Storage Spaces (part 3) - Planning a Storage Spaces deployment - Hardware, Performance, Resiliency
- Windows Server 2012 : Deploying Storage Spaces (part 2) - Understanding Storage Spaces - Fixed vs. thin provisioning
 
 
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