Install-RmsMfgSupport

Install-RmsMfgSupport

Adds Microsoft Federation Gateway support to an AD RMS server.

Sintaxis

Parameter Set: Default
Install-RmsMfgSupport [-FederationUrl <String> ] [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Descripción detallada

The Install-RmsMfgSupport cmdlet adds Microsoft Federation Gateway support to an AD RMS server.

Parámetros

-FederationUrl<String>

Specifies the uniform resource locator (URL) that the AD RMS server is to use when connecting to the Microsoft Federation Gateway. If this parameter is not supplied, AD RMS will connect to the Microsoft Federation Gateway using default

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByValue, ByPropertyName)

¿Aceptar caracteres comodín?

false

-Force

Forces the installation 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

-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

Notas

  • Before adding Microsoft Federation Gateway Support, it is very important that you back up the AD RMS configuration database.

    Do not run this command if the AD RMS snap-in is open in the Microsoft Management Console (MMC). If you do, the command will not respond until you close the AD RMS MMC snap-in.

    Before uninstalling Service Pack 1 for Windows® 7, you must remove Microsoft Federation Gateway Support from the AD RMS cluster by running the Uninstall-RmsMfgSupport cmdlet. Failure to do this may cause an inconsistent configuration of your AD RMS cluster.

Ejemplos

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

Adds Microsoft Federation Gateway support to an AD RMS server.

PS C:\> Install-RmsMfgSupport

Temas relacionados

Using Windows PowerShell with AD RMS