Compartir a través de


Desactivar o volver a activar el uso compartido federado para su organización de Exchange

Se aplica a: 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.

Advertencia

En el caso de las implementaciones híbridas con Microsoft 365 o Office 365, deshabilitar la confianza de federación para los servidores locales también deshabilitará las características híbridas, como la información de disponibilidad del calendario compartido, las sugerencias de correo electrónico y el seguimiento de mensajes. 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 Federación. To learn more about federated sharing, see Compartir.

Para obtener más tareas de administración relacionadas con el uso compartido federado, consulte Procedimientos de federación.

Importante

Esta característica de Exchange Server 2013 no es totalmente compatible con Office 365 operado por 21Vianet en China y pueden aplicarse ciertas limitaciones en las características. Para obtener más información, consulte Office 365 operados por 21Vianet.

¿Qué necesita saber antes de comenzar?

  • Tiempo estimado para finalizar: 5 minutos.

  • Deberá tener permisos asignados para poder llevar a cabo estos procedimientos. Para ver qué permisos necesita, consulte la entrada Permisos de federación y certificados en el tema Permisos de infraestructura de Exchange y Shell .

  • 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.

  • No puede usar el Centro de administración de Exchange (EAC) para deshabilitar o habilitar orgID para una confianza de federación. 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.

¿Cómo saber si el proceso se ha completado correctamente?

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

Para comprobar aún más si se ha realizado correctamente, ejecute el siguiente comando de Shell y compruebe el valor devuelto para el parámetro Enabled.

Get-FederatedOrganizationIdentifier

Sugerencia

¿Problemas? Solicite ayuda en los foros de Exchange. Visite los foros en Exchange Server.