Get-VBRSecurityComplianceAnalyzerResults

Short Description

Returns Security & Compliance Analyzer scan results.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VBRSecurityComplianceAnalyzerResults [-Session <VBRSecurityComplianceAnalyzerSession>] [<CommonParameters>]

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

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

None.

Examples

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 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

Page updated 8/4/2025

Page content applies to build 13.0.0.4967