Usageprocessingenabled: Stsadm property (Office SharePoint Server | |
Stsadm command-line tool (Office SharePoint Server) > Stsadm properties (Office SharePoint Server) > Usage Analysis: Stsadm properties (Office SharePoint Server) > |
This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.
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] <http://server_name>
The syntax for the getproperty operation is:
stsadm -o getproperty
propertyname usageprocessingenabled
[-url] <http://server_name>
Note: |
---|
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