Uninstall-RmsMfgSupport is accessible with the help of ADRMSAdmin module. To install ADRMSAdmin on your system please refer to this ADRMSAdmin.
Synopsis
Removes Microsoft Federation Gateway support from an AD RMS server.
Description
The Uninstall-RmsMfgSupport cmdlet removes Microsoft Federation Gateway support from an AD RMS server.
Parameters
-Force
Forces completion of the current operation.
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
Uninstall-RmsMfgSupport [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
Notes
Before uninstalling Service Pack 1 for Windows Server 2008 R2, you must remove Microsoft Federation Gateway Support from the AD RMS cluster. Failure to do this may cause an inconsistent configuration of your AD RMS cluster.
————– EXAMPLE 1 ————–
PS C:>Uninstall-RmsMfgSupport -Force
Forces removal of Microsoft Federation Gateway support for AD RMS
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Uninstall-RmsMfgSupport
You can also read about
- Install-RmsMfgSupport