Install-RmsMfgEnrollment

Enrolls an AD RMS server with Microsoft Federation Gateway.

Syntax

Install-RmsMfgEnrollment
       [-Force]
       [-GetDefaultCertificate]
       [-CertificateThumbprint <String>]
       [-WhatIf]
       [-Confirm]
       [<CommonParameters>]

Description

The Install-RmsMfgEnrollment cmdlet enrolls an AD RMS server with the Microsoft Federation Gateway.

Examples

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

PS C:\>Install-RmsMfgEnrollment -GetDefaultCertificate

Enrolls the AD RMS cluster in the Microsoft Federation Gateway by retrieving and using the thumbprint hash of the AD RMS default certificate.

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

PS C:\>Install-RmsMfgEnrollment -CertificateThumbprint a909502dd82ae41433e6f83886b00d4277a32a7b

Enrolls the AD RMS cluster in the Microsoft Federation Gateway using the thumbprint hash of a non-default certificate.

Parameters

-CertificateThumbprint

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

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Force

Forces the process of enrollment to be completed.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-GetDefaultCertificate

When specified, indicates that the thumbprint hash of the AD RMS default certificate should be retrieved and used to enroll with the Microsoft Federation Gateway.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

None