Disable or Re-enable federated sharing for your Exchange organization

Applies to: Exchange Server 2013

There may be situations when you need to temporarily disable federated sharing for your organization. Instead of deleting the existing federation trust or deleting organization relationships and sharing policies that you may need in the future, you can simply disable the organization identifier (OrgID) for the federation trust.

Warning

For hybrid deployments with Microsoft 365 or Office 365, disabling the federation trust for your on-premises servers will also disable hybrid features such as shared calendar free/busy information, MailTips, and message tracking. However, secure mail transport won't be disabled in the hybrid deployment if the federation trust for the on-premises organization is disabled.

To learn more about federation trusts, see Federation. To learn more about federated sharing, see Sharing.

For additional management tasks related to federated sharing, see Federation procedures.

Important

This feature of Exchange Server 2013 isn't fully compatible with Office 365 operated by 21Vianet in China and some feature limitations may apply. For more information, see Office 365 operated by 21Vianet.

What do you need to know before you begin?

  • Estimated time to complete: 5 minutes.

  • You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the Federation and certificates permissions entry in the Exchange and Shell infrastructure permissions topic.

  • Any existing organization relationships and sharing policies for other federated Exchange organizations won't be modified and won't be functional. Sharing policies that are configured to provide Internet recipients with access to calendar information won't be affected.

  • You can't use the Exchange admin center (EAC) to disable or enable the OrgID for a federation trust. You must use the Shell.

Use the Shell to disable or re-enable federated sharing

This example disables the OrgID and disables federation and federated sharing for the Exchange organization.

Set-FederatedOrganizationIdentifier -Enabled $false

This example enables the OrgID and re-enables federation and federated sharing for the Exchange organization.

Set-FederatedOrganizationIdentifier -Enabled $true

For detailed syntax and parameter information, see Set-FederatedOrganizationIdentifier.

How do you know this worked?

Successful completion of the Set-OrganizationIdentifier cmdlet will be the first indication that the OrgID has been disabled or enabled.

To further verify success, run the following Shell command and verify the value returned for the Enabled parameter

Get-FederatedOrganizationIdentifier

Tip

Having problems? Ask for help in the Exchange forums. Visit the forums at Exchange Server.