--- title: "Get-VBOHistorySettings" description: "This cmdlet returns job session history settings stored in Veeam Backup for Microsoft 365." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vbohistorysettings.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Job Session History Settings > Get-VBOHistorySettings" dateModified: "2026-08-21" --- # Get-VBOHistorySettings ## Short Description Returns history settings for backup and backup copy job sessions. ## Syntax ``` Get-VBOHistorySettings [] ``` ## Detailed Description This cmdlet returns job session history settings stored in Veeam Backup for Microsoft 365. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the [About Common Parameters](http://go.microsoft.com/fwlink/p/?LinkID=113216) section of Microsoft Learn. ## Output Object The cmdlet returns the [`VBOHistorySettings`](vbohistorysettings.md) object that contains history settings for backup and backup copy job sessions. ## Examples ::: example ### Getting Job Session History Settings This command returns job session history settings. ``` Get-VBOHistorySettings ``` :::