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

Get-Command Install-ADRMS powershell command cmdlet adrms

To know more PowerShell cmdlets(Commands) on Active Directory Rights Management Services(ADRMS) click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *