modules/deploy/dsc/ext/PsGallery/xSharePoint.0.10.0.0/en-us/about_xSPAntivirusSettings.help.txt
NAME xSPAntivirusSettings PARAMETERS ScanOnDownload (Key, Boolean) ScanOnUpload (Write, Boolean) AllowDownloadInfected (Write, Boolean) AttemptToClean (Write, Boolean) TimeoutDuration (Write, Uint16) NumberOfThreads (Write, Uint16) InstallAccount (Write, String) DESCRIPTION This resource is used to set the global antivirus settings for the local farm. These settings will be used to control the behavior of an external anti-virus scanning tool that is able to integrate with SharePoint. Note that this will not scan documents for viruses on it's own, an external tool still needs to be installed on the servers that integrates with SharePoint. EXAMPLE xSPAntivirusSettings AVSettings { ScanOnDownload = $true ScanOnUpload = $true AllowDownloadInfected = $false AttemptToClean = $false } |