Get-VBRHistoryOptions
Short Description
Returns job sessions history settings.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRHistoryOptions [<CommonParameters>] |
Detailed Description
This cmdlet returns sessions history settings for jobs that are available on a backup server.
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRHistoryOptions object that contains job sessions history settings.
Examples
Getting Job Sessions History Settings
This command returns history settings for jobs that are available on a backup server. The cmdlet output will contain the following details on the sessions history settings: KeepAllSessions and RetentionLimitWeeks.
Get-VBRHistoryOptions KeepAllSessions RetentionLimitWeeks --------------- ------------------- False 13 |