--- title: "Get-VBRMalwareDetectionOptions" description: "This cmdlet returns the malware detection settings." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrmalwaredetectionoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Managing Security Settings > Malware Detection > Get-VBRMalwareDetectionOptions" dateModified: "2026-08-19" --- # Get-VBRMalwareDetectionOptions ## Short Description Returns malware detection settings. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRMalwareDetectionOptions [] ``` ## Detailed Description This cmdlet returns the malware detection settings. ## Parameters `` 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 [`VBRMalwareDetectionOptions`](vbrmalwaredetectionoptions.md) ## Examples ::: example ### Getting Malware Detection Settings This command returns malware detection settings. ``` Get-VBRMalwareDetectionOptions ``` :::