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] [<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 |
|---|---|---|---|---|---|
|
HostPolicy |
Specifies the trust policy for Linux hosts. |
Accepts the VBRLinuxTrustedHostPolicy object. To create this object, run the Get-VBRLinuxTrustedHostPolicy cmdlet. |
False |
Named |
False |
|
AuditLogPath |
Specifies the path to the folder where Veeam Backup & Replication stores audit logs. Default: %ProgramData%\Veeam\Backup\Audit. |
String |
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: True. Note: To disable this option, set the parameter value to $false. That is, parameter_name:$false. |
SwitchParameter |
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. |
SwitchParameter |
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 C:\Users\Administrator\Documents\Logs folder.
|
Related Commands