--- title: "Get-VBRADForest" description: "This cmdlet returns all Microsoft Active Directory forests that are available for restore in your infrastructure." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbradforest.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Data Recovery > Microsoft Active Directory Forest Restore > Get-VBRADForest" dateModified: "2026-08-19" --- # Get-VBRADForest ## Short Description Returns Microsoft Active Directory forests in your infrastructure. **Platform**: VMware, Hyper-V **Product Edition**: Veeam Universal License ## Syntax ``` Get-VBRADForest [] ``` ## Detailed Description This cmdlet returns all Microsoft Active Directory forests that are available for restore in your infrastructure. ## 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 The cmdlet returns the [`VBRADForest`](vbradforest.md)`[]` object that contains information about the Microsoft Active Directory forest. ## Examples ::: example ### Getting All Microsoft Active Directory Forests This command returns all Microsoft Active Directory forests in your infrastructure. ``` Get-VBRADForest ``` :::