Documentation
Install VirusTotalAnalyzer
Install VirusTotalAnalyzer for PowerShell or .NET.
Install the PowerShell module:
Install-Module -Name VirusTotalAnalyzer -Scope CurrentUser
Import-Module VirusTotalAnalyzer
Use the .NET library from NuGet:
dotnet add package VirusTotalAnalyzer
Keep the API key in an environment variable or your normal secret store:
$env:VT_API_KEY = '<virus-total-api-key>'