Get-VirusCheckValid
Get-VirusCheckValid
Get-VirusCheckValid
Used in Pro/Business editions. Runtime virus check against downloaded resources.
Syntax
Get-VirusCheckValid `
[-Url <String>] `
[-File <String>] `
[-IgnoredArguments <Object[]>] [<CommonParameters>]
Description
Run a runtime malware check against downloaded resources prior to allowing Chocolatey to execute a file. This is only available in Pro / Business editions.
Notes
Only licensed editions of Chocolatey provide runtime malware protection.
Aliases
None
Inputs
None
Outputs
None
Parameters
-Url [<String>]
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | 1 |
Default Value | |
Accept Pipeline Input? | false |
-File [<String>]
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | 2 |
Default Value | |
Accept Pipeline Input? | false |
-IgnoredArguments [<Object[]>]
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
<CommonParameters>
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 .
:choco-info: 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