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>]

Not used

Property Value
Aliases
Required? false
Position? 1
Default Value
Accept Pipeline Input? false

-File [<String>]

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

-IgnoredArguments [<Object[]>]

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

<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 .

Function Reference

: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