Job-usage-analysis: Stsadm property (Office SharePoint Server)

Applies To: Office SharePoint Server 2007

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.

 

Topic Last Modified: 2015-03-09

Description

Usage analysis allows you to track how Web sites on your server are being used, such as visitor user names, number of visits to each page, and the types of Web browsers use.

Syntax

stsadm -o setproperty

-propertyname job-usage-analysis

-propertyvalue {Yes | No}

**\[-url\]** *\<https://server\_name\>*

The syntax for the getproperty operation is:

stsadm -o getproperty

propertyname job-usage-analysis

**\[-url\]** *\<https://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 processing and set the time of day for processing on the Web server.

No: Disables usage processing and set the time of day for processing on the Web server. 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 job-usage-analysis -pv yes