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 : Creating and Managing Accepted Domains (part 3) - Changing the Accepted Domain Type and Identifier , Removing Accepted Domains

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
4/28/2014 1:27:13 AM

Changing the Accepted Domain Type and Identifier

You can change an accepted domain's type and identifier by completing the following steps:

  1. In the Exchange Management Console, expand the Organization Configuration node, and select the Hub Transport node.

  2. On the Accepted Domains tab, right-click the accepted domain you want to change, and then select Properties.

  3. In the Properties dialog box, shown in Figure 3, enter a new identifier, use the options provided to change the accepted domain type as necessary, and then click OK.

Modify the accepted domain.

Figure 3. Modify the accepted domain.

In the Exchange Management Shell, you can use the Set-AcceptedDomain cmdlet to modify accepted domains. Example 3 provides the syntax and usage. Use the –AddressBookEnabled parameter to enable recipient filtering for this accepted domain. You should set this parameter to $true only if all the recipients in this accepted domain are replicated to the AD LDS database on the Edge Transport servers. For authoritative domains and internal relay domains, the default value is $true. For external relay domains, the default value is $false.

Example 3. Set-AcceptedDomain cmdlet syntax and usage

Syntax

Set-AcceptedDomain -Identity AcceptedDomainIdentity
[-AddressBookEnabled <$true | $false>] [-DomainController DCName]
[-DomainType <Authoritative|InternalRelay|ExternalRelay>]
[-MakeDefault <$true | $false>] [-Name Name]


Usage

Set-AcceptedDomain -Identity "Relay to Cohowinery.com"
-DomainType "ExternalRelay"

Removing Accepted Domains

You can remove an accepted domain that is no longer needed by completing the following steps:

  1. In the Exchange Management Console, expand the Organization Configuration node, and select the Hub Transport node.

  2. On the Accepted Domains tab, right-click the accepted domain you want to remove, and then select Remove.

  3. When prompted to confirm, click Yes.

In the Exchange Management Shell, you can use the Remove-AcceptedDomain cmdlet to remove accepted domains. Example 4 provides the syntax and usage.

Example 4. Remove-AcceptedDomain cmdlet syntax and usage

Syntax

Remove-AcceptedDomain -Identity AcceptedDomainIdentity
[-DomainController DCName]


Usage

Remove-AcceptedDomain -Identity "Relay to Cohowinery.com"
Other -----------------
- Microsoft Exchange Server 2010 : Managing Message Pickup, Replay, Throttling, and Back Pressure (part 2) - Configuring Message Throttling
- Microsoft Exchange Server 2010 : Managing Message Pickup, Replay, Throttling, and Back Pressure (part 1) - Configuring and Moving the Pickup and Replay Directories
- Windows Server 2008 R2 high-availability and recovery features : Installing and Administering Windows Backup (part 2) - Creating and managing backup jobs
- Windows Server 2008 R2 high-availability and recovery features : Installing and Administering Windows Backup (part 1) - Installing Windows Server Backup
- Windows Server 2008 R2 high-availability and recovery features : Planning for Backups and Disaster Recovery
- Windows Server 2008 R2 high-availability and recovery features : Installing and Administering Network Load Balancing (part 2) - Creating a Network Load Balancing cluster
- Windows Server 2008 R2 high-availability and recovery features : Installing and Administering Network Load Balancing (part 1) - Adding Network Load Balancing feature
- Windows Server 2008 R2 high-availability and recovery features : Installing and Administering Failover Clustering (part 8) - Administering a Failover Cluster
- Windows Server 2008 R2 high-availability and recovery features : Installing and Administering Failover Clustering (part 7) - Create shared folder on cluster, Testing Failover of Cluster
- Windows Server 2008 R2 high-availability and recovery features : Installing and Administering Failover Clustering (part 6) - Add primary storage to cluster, Configure service or application
 
 
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