Irmaddinsenabled: Stsadm property (Windows SharePoint Services)
Applies To: Windows SharePoint Services 3.0
Topic Last Modified: 2007-10-01
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 Irmrmsenabledoperation. For additional information on IRM protectors, IRM Framework Archetecture in Windows SharePoint Services (https://go.microsoft.com/fwlink/?LinkId=101327&clcid=0x409).
Note
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\]** \<https://server\_name\>
The syntax for the getproperty operation is:
stsadm -o getproperty
propertyname irmaddinsenabled
**\[-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 |
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