This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRSecurityOptions

Short Description

Returns Veeam Backup & Replication security settings.

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

Syntax

Get-VBRSecurityOptions  [<CommonParameters>]

Detailed Description

This cmdlet returns information on the following Veeam Backup & Replication security settings:

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBRSecurityOptions object that contains Veeam Backup & Replication security settings.

Examples

Getting Veeam Backup & Replication Security Settings

This example returns Veeam Backup & Replication security settings. The cmdlet output will contain the following details on the security settings: Certificate, TrustedHosts, HostPolicy, AuditLogsPath,CompressOldAuditLogs and the FipsCompliantModeEnabled.

Get-VBRSecurityOptions

Certificate              : Veeam.Backup.PowerShell.Infos.VBRBackupServerCertificate

TrustedHosts             : 0

HostPolicy               : Veeam.Backup.PowerShell.Infos.VBRLinuxTrustedHostPolicy

AuditLogsPath            : C:\ProgramData\Veeam\Backup\Audit

CompressOldAuditLogs     : True

FipsCompliantModeEnabled : False