Uninstall-ADRMS
Uninstall-ADRMS is accessible with the help of ADRMS module. To install ADRMS on your system please refer to this ADRMS.
Synopsis
Removes configuration for an existing deployment of AD RMS Server.
Description
The Uninstall-ADRMS cmdlet removes configuration for the Active Directory Rights Management Services (AD RMS) server role and, if appropriate, role services that were installed with AD RMS. To remove configuration for Identity Federation Support only, specify the ADFSOnly parameter.
Parameters
-ADFSOnly <>
Required? false
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters?
-Confirm <>
Required? false
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters?
-Credential <pscredential>
Required? false
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters?
-Force <>
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters?
-WhatIf <>
Required? false
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters?
Syntax
Uninstall-ADRMS [-ADFSOnly] [-Credential <PSCredential>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
—————–Example 1—————–
Remove the AD RMS configuration
PS C:\> Uninstall-ADRMS -Force
This command removes the AD RMS configuration on this computer
—————–Example 2—————–
Removes the Identity Federation Support configuration
PS C:\> Uninstall-ADRMS -ADFSOnly -Force
This command removes the Identity Federation Support configuration on this computer.
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Uninstall-ADRMS
You can also read about