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-12-17
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.
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\>
Note
You can substitute -pn for -propertyname and -pv for -propertyvalue.
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. |
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