Avuploadscanenabled: Stsadm property (Office SharePoint Server)

Stsadm

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

Specifies whether documents are scanned when they are uploaded.

This property is equivalent to the Scan documents on upload user interface setting that is located on the Antivirus page of the SharePoint Central Administration Web site.

Syntax

stsadm -o setproperty

   -propertyname avuploadscanenabled

   -propertyvalue {Yes | No}

   [-url] <URL>

The syntax for the getproperty operation is:

stsadm -o getproperty

   propertyname avuploadscanenabled

   [-url] <URL>

NoteNote:
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: Indicates that documents are scanned when they are uploaded.

No: Indicates that documents are not scanned when they are uploaded. This is the default value.

url

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

Examples

To enable documents to be scanned on upload, use the following syntax:

stsadm -o setproperty -pn avuploadscanenabled -pv yes

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

stsadm -o getproperty -pn avuploadscanenabled