Usageprocessingenabled : propriété Stsadm (Office SharePoint Server)
Mise à jour : 2007-12-20
Description
Configures whether the usage analysis process is turned on or off.
This property is equivalent to the Enable usage analysis processing user interface setting that is located on the Usage Analysis Processing page of the SharePoint Central Administration Web site.
Syntax
stsadm -o setproperty
-propertyname usageprocessingenabled
-propertyvalue {Yes | No}
[-url] <https://server_name>
The syntax for the getproperty operation is:
stsadm -o getproperty
** propertyname usageprocessingenabled**
[-url] <https://server_name>
Remarque : |
---|
You can substitute -pn for -propertyname and -pv for -propertyvalue. |
Property values
The following table shows possible values.
Name |
Value |
propertyname |
Gets or sets the name of the property. |
propertyvalue |
Yes: Enables usage analysis processing. No: Disables usage analysis processing. This is the default setting. |
url |
Typically, a path to the URL of the Web application, in the form http://*server_name*. |
Examples
To enable usage analysis processing on a Web server, use the following syntax:
stsadm -o setproperty -pn usageprocessingenabled -pv yes
To view the current setting for the usageprocessingenabled property, use the following syntax:
stsadm -o getproperty -pn usageprocessingenabled