Avuploadscanenabled : propriété Stsadm (Office SharePoint Server)
Mise à jour : 2007-09-13
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>
Remarque : |
---|
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