--- title: "Get-VBRMalwareDetectionEvent" description: "This cmdlet returns malware detection events for machines." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrmalwaredetectionevent.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Managing Security Settings > Malware Detection > Get-VBRMalwareDetectionEvent" dateModified: "2026-08-19" --- # Get-VBRMalwareDetectionEvent ## Short Description Returns malware detection events for machines. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets: ## Detailed Description This cmdlet returns malware detection events for machines. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

ObjectId

Specifies an array of IDs for machines. The cmdlet will return malware detection events machines with these IDs.

Guid[]

True

Named

True (ByPropertyName, ByValue)

ObjectName

Specifies an array of names for machines. The cmdlet will return malware detection events for machines with these names.

String[]

True

Named

True (ByPropertyName, ByValue)

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object [`VBRMalwareDetectionEvent`](vbrmalwaredetectionevent.md) ## Examples ::: example ### Getting all Malware Detection Events for all Machines This command returns all malware events for all machines. ``` Get-VBRMalwareDetectionEvent ``` :::