Install-ADRMS
Install-ADRMS is accessible with the help of ADRMS module. To install ADRMS on your system please refer to this ADRMS.
Synopsis
Configures a new deployment of AD RMS Server.
Description
The Install-ADRMS cmdlet configures the Active Directory Rights Management Services (AD RMS) server role. Before running this cmdlet, create a Windows PowerShell drive specifying the ADRmsInstall provider and the type of installation (RootCluster, LicensingCluster, or JoinCluster) as the root, and then set properties on the containers and child items in the drive to specify the initial values for provisioning the server.
Parameters
-ADFSUrl <string>
Required? true
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?
-Path <string>
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters?
-WhatIf <>
Required? false
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters?
Syntax
Install-ADRMS [-Path] <String> [-Credential <PSCredential>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
Install-ADRMS [-ADFSUrl] <String> [-Credential <PSCredential>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
—————–Example 1—————–
Configures AD RMS
PS C:\> Install-ADRMS -Path adrmsD:\
This command configures AD RMS by using configuration settings that were previously set on items in the adrmsd:\ drive.
—————–Example 2—————–
Configure Identity Federation Support and set federation server URL
PS C:\> Install-ADRMS -ADFSUrl https://TOSSolution.com -Force
This command configures Identity Federation Support for the AD RMS cluster and sets the federation server URL.
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Install-ADRMS