Forest.VerifyOutboundTrustRelationship(String) Método

Definición

Comprueba si es válida una confianza saliente previamente establecida con el bosque especificado.

public:
 void VerifyOutboundTrustRelationship(System::String ^ targetForestName);
public void VerifyOutboundTrustRelationship (string targetForestName);
member this.VerifyOutboundTrustRelationship : string -> unit
Public Sub VerifyOutboundTrustRelationship (targetForestName As String)

Parámetros

targetForestName
String

El nombre DNS del dominio con el que existe la confianza.

Excepciones

No hay ninguna relación de confianza saliente con el bosque especificado por targetForestName.

Una llamada al servicio de directorio subyacente produjo un error.

El servidor de destino está ocupado o no está disponible.

targetForestName es una cadena vacía.

targetForestName es null.

El objeto se ha eliminado.

La cuenta especificada no tiene permiso para realizar esta operación.

Se aplica a

Consulte también