Posh-VirusTotal
Posh-VirusTotal copied to clipboard
Submit-VTURL
Using Submit-VTURL does not seem to work properly because of a mandatory "scan" parameter. I don't see any documentation for what the scan parameter requires but the erorr does say
"Submit-VTURL : Cannot process argument transformation on parameter 'Scan'. Cannot convert value "System.String" to type "System.Management.Automation.SwitchParameter". Boolean parameters accept only Boolean values and numbers, such as $True, $False, 1 or 0.
I tried all of those values for the scan parameter input ($True, $False, 1, 0 $true, $false) with no luck. Not sure this function works - would love for this to work or maybe I am missing something.