Alerts-maximum: Stsadm property (Windows SharePoint Services)

Applies To: Windows SharePoint Services 3.0

 

Topic Last Modified: 2007-12-17

Description

Specifies the maximum number of alerts a user can create.

Syntax

stsadm -o setproperty

-propertyname alerts-maximum

-propertyvalue <A valid integer between 1 and 500>

**\[-url\]** \<URL\>

The syntax for the getproperty operation is:

stsadm -o getproperty

propertyname alerts-maximum

**\[-url\]** \<URL\>

Note

You can substitute -pn for -propertyname and -pv for -propertyvalue.

Values

The following table shows possible values.

Name Value

propertyname

Gets or sets the name of the property.

propertyvalue

The maximum number of alerts a user can create, for example, 100.

url

Typically, a path to the URL of the Web application, in the form http://server_name.

Examples

To set the maximum number of alerts to 100, use the following syntax:

stsadm -o setproperty -pn alerts-maximum -pv 100

To view the setting for the alerts-maximum property, use the following syntax:

stsadm -o getproperty -pn alerts-maximum