Irmrmscertserver: Stsadm property (Windows SharePoint Services)

Applies To: Windows SharePoint Services 3.0

 

Topic Last Modified: 2007-10-01

Description

Specifies the location of the Windows Rights Management Services server.

This property is equivalent to the Use this RMS Server user interface setting that is located on the Information Rights Management page of the SharePoint Central Administration Web site.

Syntax

stsadm -o setproperty

-propertyname irmrmscertserver

-propertyvalue <Uniform Resource Locator (URL) to the corporate Rights Management Server (RMS) server>

**\[-url\]** \<https://server\_name\>

The syntax for the getproperty operation is:

stsadm -o getproperty

propertyname irmrmscertserver

**\[-url\]** \<https://server\_name\>

Note

You can substitute -pn for -propertyname and -pv for -propertyvalue.

Property values

The following table shows possible values.

Value Description

propertyname

Gets or sets the name of the property.

propertyvalue

The URL location to the Windows RMS server, for example, http://contosorms.

url

Typically, a path to the URL of the Web application, in the form http://server_name.

Examples

To set the location of a RMS server to ContosoRMS, use the following syntax:

stsadm -o setproperty -pn irmrmscertserver -pv http://contosorms

To view the current setting of the irmrmscertserver property, use the following syntax:

stsadm -o getproperty -pn irmrmscertserver