Used in Pro/Business editions. Runtime virus check against downloaded resources.
Get-VirusCheckValid `
[-Url <String>] `
[-File <String>] `
[-IgnoredArguments <Object[]>] [<CommonParameters>]
Run a runtime malware check against downloaded resources prior to allowing Chocolatey to execute a file. This is available in 0.9.10+ only in Pro / Business editions.
Only licensed editions of Chocolatey provide runtime malware protection.
None
None
None
Not used
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | 1 |
Default Value | |
Accept Pipeline Input? | false |
The full file path to the file to verify against anti-virus scanners.
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | 2 |
Default Value | |
Accept Pipeline Input? | false |
Allows splatting with arguments that do not apply. Do not use directly.
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
http://go.microsoft.com/fwlink/p/?LinkID=113216 .
[[Function Reference|HelpersReference]]
NOTE: This documentation has been automatically generated from Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-VirusCheckValid -Full
.
View the source for Get-VirusCheckValid