--- title: "Get-VBRPublishedBackupContentSession" description: "Returns sessions that are running to publish disks from a backup or replica. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns an array of sessions that are running to publish disks." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrpublishedbackupcontentsession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Data Recovery > Disk Publishing (Data Integration API) > Get-VBRPublishedBackupContentSession" dateModified: "2026-08-19" --- # Get-VBRPublishedBackupContentSession ## Short Description Returns sessions that are running to publish disks from a backup or replica. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRPublishedBackupContentSession [-Id ] [] ``` ## Detailed Description This cmdlet returns an array of sessions that are running to publish disks. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies an array of session IDs. The cmdlet will return sessions that have the specified IDs.

Guid[]

False

Named

True (ByPropertyName)

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object The cmdlet returns the `VBRPublishedBackupContentSession` object that contains settings of the publishing sessions. ## Examples ::: example ### Getting Sessions that are Running to Publish Disks This command returns an array of sessions that are running to publish disks. ``` Get-VBRPublishedBackupContentSession ``` :::