Irmaddinsenabled: Stsadm property (Office SharePoint Server)

From 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

Specifies a rights management platform other than Windows Rights Management Server. If you want to use a Windows RMS instead of another rights management platform, use the Irmrmsenabled operation. For additional information on IRM protectors, see IRM Framework Archetecture in Windows SharePoint Services (http://go.microsoft.com/fwlink/?LinkId=101327&clcid=0x409).

NoteNote:
This property can only be set using the Stsadm command-line tool. There is no User Interface setting available

Syntax

stsadm -o setproperty

   -propertyname irmaddinsenabled

   -propertyvalue {True | False}

   [-url] <http://server_name>

The syntax for the getproperty operation is:

stsadm -o getproperty

   propertyname irmaddinsenabled

   [-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 an autonomous infrastructure.

False: Disables the use of an autonomous infrastructure. This is the default setting.

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 irmaddinsenabled -pv false

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

stsadm -o getproperty -pn irmaddinsenabled