Dead-site-notify-after: 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
Specifies the number of days to wait before sending notifications.
This property is equivalent to the Start sending notifications __ days after site collection creation, or use is confirmed user interface setting that is located on the Site Use Confirmation and Deletion page of the SharePoint Central Administration Web site.
Syntax
stsadm -o setproperty
-propertyname dead-site-notify-after
-propertyvalue <Number of days>
**\[-url\]** *\<https://server\_name\>*
The syntax for the getproperty operation is:
stsadm -o getproperty
propertyname dead-site-notify-after
**\[-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 |
Numerical value to set the number of days. The default value is 90. |
url |
Typically, a path to the URL of the Web application, in the form http://server_name. |
Examples
To set the number of days to 100 to wait before sending notifications, use the following syntax:
stsadm -o setproperty -pn dead-site-notify-after -pv 100