Irmrmsusead : propriété Stsadm (Office SharePoint Server)
Mise à jour : 2007-10-04
Description
Specifies that Microsoft Office SharePoint Server 2007 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.
Syntax
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>
Remarque : |
---|
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: 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*. |
Examples
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