Posh-VirusTotal
Posh-VirusTotal copied to clipboard
WIKI
A WIKI would be extremely beneficial and complement this greatly. Example, scans, submissions etc.
Each funtion has help documentation with examples, have you tried help
Sent from my iPhone
On Apr 1, 2016, at 7:12 AM, Dunne3 [email protected] wrote:
A WIKI would be extremely beneficial and complement this greatly. Example, scans, submissions etc.
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub
Thanks darkoperator. Am I carrying out the correct commands for a basic URL search below?.
I seem to be getting the URL entered correctly and the prompted with a scan. Could you please outline what value the scan looking for once prompted?
Get-VTURLReport google.com cmdlet Get-VTURLReport at command pipeline position 1 Supply values for the following parameters: *Scan: * Get-VTURLReport : 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. At line:1 char:1
- Get-VTURLReport google.com
-
- CategoryInfo : InvalidData: (:) [Get-VTURLReport], ParameterBindingArgumentTransformationException - FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-VTURLReport
you have t provide the switch -scan and the site as -Resource
On Apr 1, 2016, at 9:04 AM, Dunne3 [email protected] wrote:
Thanks darkoperator. Am I carrying out the correct commands for a basic URL search below?.
I seem to be getting the URL entered correctly and the prompted with a scan. Could you please outline what value the scan looking for once prompted?
Get-VTURLReport google.com cmdlet Get-VTURLReport at command pipeline position 1 Supply values for the following parameters: *Scan: * Get-VTURLReport : 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. At line:1 char:1
Get-VTURLReport google.com
CategoryInfo : InvalidData: (:) [Get-VTURLReport], ParameterBindingArgumentTransformationException FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-VTURLReport — You are receiving this because you commented. Reply to this email directly or view it on GitHub <https://github.com/darkoperator/Posh-VirusTotal/issues/2#issuecomment-204390739>
Cool, sorted now. Thanks Darkoperator.
Noticed the help file was messed up by a bad git push restored it in github will push a new version to the gallery later today
Sent from my iPhone
On Apr 3, 2016, at 11:00 AM, Dunne3 [email protected] wrote:
Cool, sorted now. Thanks Darkoperator.
— You are receiving this because you commented. Reply to this email directly or view it on GitHub
Is it possible to hard code a MasterPassword instead of using the prompt or feed it in with the request? Using it within a GUI with run Shell command a 0 so the second command prompt will not appear.