Irmrmsenabled: Stsadm property (Office SharePoint Server)

Stsadm

This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.

Description

Controls whether the server should use the Windows RMS infrastructure instead of another rights management platform. If you do not want to use a Windows RMS, then use the Irmaddinsenabled operation.

This property is equivalent to the Do not use IRM on this 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 irmrmsenabled

   -propertyvalue {True | False}

   [-url] <http://server_name>

The syntax for the getproperty operation is:

stsadm -o getproperty

   propertyname irmrmsenabled

   [-url] <http://server_name>

NoteNote:
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

  • True: Enables the use of the Windows RMS infrastructure. This is the default setting.

  • False: Disables the use of the Windows RMS infrastructure.

url

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

Examples

To set the server to use another rights management platform, use the following syntax:

stsadm -o setproperty -pn irmrmsenabled -pv false

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

stsadm -o getproperty -pn irmrmsenabled