Install-RmsMfgEnrollment
Install-RmsMfgEnrollment is accessible with the help of ADRMSAdmin module. To install ADRMSAdmin on your system please refer to this ADRMSAdmin.
Synopsis
Enrolls an AD RMS server with Microsoft Federation Gateway.
Description
The Install-RmsMfgEnrollment cmdlet enrolls an AD RMS server with the Microsoft Federation Gateway.
Parameters
-CertificateThumbprint
Specifies a string containing the thumbprint hash of the certificate being used to enroll with the Microsoft Federation Gateway.
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-Force <SwitchParameter>
Forces the process of enrollment to be completed.
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-GetDefaultCertificate <SwitchParameter>
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.
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-Confirm <SwitchParameter>
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value false
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf <SwitchParameter>
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value false
Accept pipeline input? false
Accept wildcard characters? false
Syntax
Install-RmsMfgEnrollment [-Force] [-GetDefaultCertificate] [-CertificateThumbprint <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
————– 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 <CertificateThumprint>
Enrolls the AD RMS cluster in the Microsoft Federation Gateway using the thumbprint hash of a non-default certificate.
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Install-RmsMfgEnrollment
You can also read about
- Uninstall-RmsMfgEnrollment