--- title: "Get-VBRToolkitDocumentation" description: "This cmdlet opens online Veeam PowerShell Reference on Veeam Help Center in your default browser." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrtoolkitdocumentation.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Help > Get-VBRToolkitDocumentation" dateModified: "2026-08-19" --- # Get-VBRToolkitDocumentation ## Short Description Opens Veeam PowerShell online help. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRToolkitDocumentation [] ``` ## Detailed Description This cmdlet opens online Veeam PowerShell Reference on Veeam Help Center in your default browser. ## 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). ## Examples ::: example ### Opening Veeam PowerShell Online Help This command opens Veeam PowerShell online help. ``` Get-VBRToolkitDocumentation ``` :::