Install-RmsMfgSupport
Install-RmsMfgSupport is accessible with the help of ADRMSAdmin module. To install ADRMSAdmin on your system please refer to this ADRMSAdmin.
Synopsis
Adds Microsoft Federation Gateway support to an AD RMS server.
Description
The Install-RmsMfgSupport cmdlet adds Microsoft Federation Gateway support to an AD RMS server.
Parameters
-FederationUrl
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
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-Force <SwitchParameter>
Forces the installation process to be completed, even if there are issues.
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
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- RmsMfgSupport [-Force] [-FederationUrl <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
Notes
Before adding Microsoft Federation Gateway Support, it is very important that you back up the AD RMS configuration database.
————– EXAMPLE 1 ————–
PS C:>Install-RmsMfgSupport
Adds Microsoft Federation Gateway support to an AD RMS server.
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Install-RmsMfgSupport