Uninstall-RmsMfgEnrollment

Uninstall-RmsMfgEnrollment

Terminates the enrollment of an server with the Microsoft Federation Gateway.

Sintaxis

Parameter Set: Default
Uninstall-RmsMfgEnrollment [-CertificateThumbprint <String> ] [-Force] [-GetDefaultCertificate] [-Confirm] [-WhatIf] [ <CommonParameters>]

Descripción detallada

The Uninstall-RmsMfgEnrollment cmdlet terminates the enrollment of an server with the Microsoft Federation Gateway.

Parámetros

-CertificateThumbprint<String>

Specifies a string containing the thumbprint hash of the certificate that was used to enroll with the Microsoft Federation Gateway.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByValue, ByPropertyName)

¿Aceptar caracteres comodín?

false

-Force

Forces the unenrollment process to be completed, even if there are issues.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByValue, ByPropertyName)

¿Aceptar caracteres comodín?

false

-GetDefaultCertificate

When specified, indicates that the thumbprint hash of the AD RMS default certificate should be retrieved and used during the removal of support for the AD RMS server to use the Microsoft Federation Gateway.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByValue, ByPropertyName)

¿Aceptar caracteres comodín?

false

-Confirm

Solicita confirmación antes de ejecutar el cmdlet.

¿Requerido?

false

¿Posición?

named

Valor predeterminado

falso

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

-WhatIf

Muestra lo que sucedería si se ejecutara el cmdlet. El cmdlet no se ejecuta.

¿Requerido?

false

¿Posición?

named

Valor predeterminado

falso

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • None

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • None

Ejemplos

-------------- EXAMPLE 1 --------------

Removes support for Microsoft Federation Gateway form the AD RMS server using the specified certificate thumbprint.

PS C:\> Uninstall-RmsMfgEnrollment -CertificateThumbprint a909502dd82ae41433e6f83886b00d4277a32a7b

-------------- EXAMPLE 2 --------------

Removes support for Microsoft Federation Gateway from the AD RMS server by retrieving and using the certificate thumbprint hash for the AD RMS default certificate.

PS C:\> Uninstall-RmsMfgEnrollment -GetDefaultCertificate

Temas relacionados

Install-RmsMfgEnrollment

Using Windows PowerShell with AD RMS