--- title: "Get-VBODataManagementSession" description: "This cmdlet returns entity data management sessions." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vbodatamanagementsession.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Data Management > Get-VBODataManagementSession" dateModified: "2026-08-21" --- # Get-VBODataManagementSession ## Short Description Returns entity data management sessions. ## Syntax ``` Get-VBODataManagementSession [] ``` ## Detailed Description This cmdlet returns entity data management sessions. ## 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. ## Examples ::: example ### Getting Entity Data Management Sessions This command returns entity data management sessions. ``` Get-VBODataManagementSession ``` :::