Update-RmsCluster

Update-RmsCluster

Updates the Active Directory Rights Management Services (AD RMS) cluster information.

Syntax

Parameter Set: Default
Update-RmsCluster [-Path] <String[]> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Update-RmsCluster cmdlet updates the cluster information including the hierarchy of content that defines the cluster in Active Directory Rights Management Services (AD RMS). The AD RMS cluster hierarchy is reflected in the directory structure of the provider drive associated with the cluster. For example, you can access the rights policy template information from the RightsPolicyTemplate subdirectory.

To update AD RMS cluster information, set the Path parameter to <PSDrive>:\ where <PSDrive> is the AD RMS provider drive ID associated with the cluster that you want to update.

Parameters

-Force

Overrides restrictions that prevent the command from succeeding, just so the changes do not compromise security.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByValue, ByPropertyName)

Accept Wildcard Characters?

false

-Path<String[]>

Specifies a provider drive and path or relative path on the current drive. This parameter is required. Use a dot (.) to specify the current location. This parameter does not accept wildcards and has no default value.

Aliases

none

Required?

true

Position?

1

Default Value

String.empty

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Confirm

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

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

Outputs

The output type is the type of the objects that the cmdlet emits.

  • None

Examples

-------------- EXAMPLE 1 --------------

This command updates the AD RMS cluster information.

C:\PS>Update-RmsCluster -Path . -Force

New-PSDrive

Remove-PSDrive

com/fwlink/?LinkId=136806