Set-VBRSecurityOptions
Short Description
Modifies Veeam Backup & Replication security settings.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBRSecurityOptions [-HostPolicy <VBRLinuxTrustedHostPolicy>] [-AuditLogPath <String>] [-CompressAuditLogs] [-EnableFipsCompliantMode] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet modifies the following Veeam Backup & Replication security settings:
- Trust policy for Linux hosts
- Audit logs settings
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
AuditLogPath |
Specifies the path to the folder where Veeam Backup & Replication stores audit logs.
Default: |
|
False |
Named |
False |
|
CompressAuditLogs |
Defines that the cmdlet will compress the previous versions of audit logs. If you do not provide this parameter, Veeam Backup & Replication will keep all logs without compression.
Default:
Note: To disable this option, set the parameter value to |
|
False |
Named |
False |
|
EnableFipsCompliantMode |
Enables the FIPS-compliant operation mode. If you provide this parameter, the cmdlet will restrict connection to non-compliant platforms.
Default: |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will modify the security settings without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
HostPolicy |
Specifies the trust policy for Linux hosts.
Accepts the |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRSecurityOptions object that contains Veeam Backup & Replication security settings.
Examples
Example 1. Modifying Trust Policy for Linux Hosts
|
This example shows how to modify the trust policy for Linux hosts.
Perform the following steps:
|
Example 2. Modifying Audit logs Settings
|
This example shows how to modify audit logs settings. Veeam Backup & Replication will store logs in the
|
Related Commands
Get-VBRSecurityOptionsReturns Veeam Backup & Replication security settings.Get-VBRLinuxTrustedHostPolicyReturns the trust policy for protected Linux and Microsoft Windows machines.