Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows SharePoint Services 3.0
Topic Last Modified: 2007-09-27
Specifies that Windows SharePoint Services 3.0 should use the location of the RMS server that is stored in Active Directory, rather than an administrator manually specifying the location of the Windows RMS.
This property is equivalent to the Use the default RMS server specified in Active Directory user interface setting that is located on the Information Rights Management page of the SharePoint Central Administration Web site.
stsadm -o setproperty
-propertyname irmrmsusead
-propertyvalue {True | False}
**\[-url\]** \<https://server\_name\>
The syntax for the getproperty operation is:
stsadm -o getproperty
propertyname irmrmsusead
**\[-url\]** \<https://server\_name\>
Note
You can substitute -pn for -propertyname and -pv for -propertyvalue.
The following table shows possible values.
Value | Description |
---|---|
propertyname |
Gets or sets the name of the property. |
propertyvalue |
True: Use the location in Active Directory rather than the location of the Windows RMS. False: Do not use the location of the server located in Active Directory. This is the default setting. |
url |
Typically, a path to the URL of the Web application, in the form http://server_name. |
To use the URL location in Active Directory, use the following syntax:
stsadm -o setproperty -pn irmrmsusead -pv true
To view the current setting of the irmrmsusead property, use the following syntax:
stsadm -o getproperty -pn irmrmsusead