--- title: "Get-VBRSecurityComplianceAnalyzerResults" description: "Returns Security & Compliance Analyzer scan results. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns the results of a Security & Compliance Analyzer scan." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrsecuritycomplianceanalyzerresults.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Managing Security Settings > Security & Compliance Analyzer > Get-VBRSecurityComplianceAnalyzerResults" dateModified: "2026-08-19" --- # Get-VBRSecurityComplianceAnalyzerResults ## Short Description Returns Security & Compliance Analyzer scan results. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRSecurityComplianceAnalyzerResults [-Session ] [] ``` ## Detailed Description This cmdlet returns the results of a Security & Compliance Analyzer scan. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Session

Specifies the ID of the scan session you want to view.

Session IDs can be found in Security and Compliance Analyzer logs. They are stored in the directory var/log/VeeamBackup on the backup server.

VBRSecurityComplianceAnalyzerSession

False

Named

False

`` 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). ## Examples ::: example ### Example 1. Getting Security & Compliance Analyzer Results From Last Session This command returns the results of the most recent Security & Compliance Analyzer scan. ``` Get-VBRSecurityComplianceAnalyzerResults ``` ::: ::: example ### Example 2. Getting Security & Compliance Analyzer Results From Specific Session This command returns the results of the Security & Compliance Analyzer scan with the session ID 1695. ``` Get-VBRSecurityComplianceAnalyzerResults -Session "1695" ``` ::: ## Related Commands [`Start-VBRSecurityComplianceAnalyzer`](start-vbrsecuritycomplianceanalyzer.md)