Posh-VirusTotal icon indicating copy to clipboard operation
Posh-VirusTotal copied to clipboard

WIKI

Open Dunne3 opened this issue 8 years ago • 6 comments

A WIKI would be extremely beneficial and complement this greatly. Example, scans, submissions etc.

Dunne3 avatar Apr 01 '16 11:04 Dunne3

Each funtion has help documentation with examples, have you tried help -Full

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

darkoperator avatar Apr 01 '16 11:04 darkoperator

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
    

Dunne3 avatar Apr 01 '16 13:04 Dunne3

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>

darkoperator avatar Apr 01 '16 15:04 darkoperator

Cool, sorted now. Thanks Darkoperator.

Dunne3 avatar Apr 03 '16 15:04 Dunne3

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

darkoperator avatar Apr 03 '16 15:04 darkoperator

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.

Dunne3 avatar Apr 04 '16 13:04 Dunne3