Avallowdownload: 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 whether users can download infected documents to their local computers.

This property is equivalent to the Allow users to download infected documents user interface setting that is located on the Antivirus page of the SharePoint Central Administration Web site.

Syntax

stsadm -o setproperty

-propertyname avallowdownload

-propertyvalue {Yes | No}

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

The syntax for the getproperty operation is:

stsadm -o getproperty

propertyname avallowdownload

**\[-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

Yes: Allows users to download infected documents.

No: Prevents users from downloading infected documents. This is the default value.

url

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

Examples

To allow users to download infected documents, use the following syntax:

stsadm -o setproperty -pn avallowdownload -pv yes

To view the current setting of the avallowdownload property, use the following syntax:

stsadm -o getproperty -pn avallowdownload