--- title: "Get-VBRHighAvailabilityCluster" description: "Returns an HA cluster and information about the state of the cluster and the nodes. Product Edition: Premium This cmdlet returns an HA cluster and information about the state of the cluster and the nodes." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrhighavailabilitycluster.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > High Availability Cluster > Get-VBRHighAvailabilityCluster" dateModified: "2026-08-19" --- # Get-VBRHighAvailabilityCluster ## Short Description Returns an HA cluster and information about the state of the cluster and the nodes. **Product Edition**: Premium ## Syntax ``` Get-VBRHighAvailabilityCluster [] ``` ## Detailed Description This cmdlet returns an HA cluster and information about the state of the cluster and the nodes. ## Parameters `` 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 [`VBRHighAvailabilityCluster`](vbrhighavailabilitycluster.md) ## Examples ::: example ### Getting Information on HA cluster This command returns information on an HA cluster. ``` Get-VBRHighAvailabilityCluster ``` :::