--- title: "Using Get-Help" description: "The Get-Help cmdlet is a Microsoft cmdlet that works for Veeam.Archiver.PowerShell, Veeam.Exchange.Powershell, Veeam.SharePoint.Powershell and Veeam.Teams.PowerShell modules as well." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/using_get-help.html" breadcrumb: "PowerShell Reference > Getting Started > Using Get-Help" dateModified: "2026-08-21" --- # Using Get-Help The `Get-Help` cmdlet is a Microsoft cmdlet that works for *Veeam.Archiver.PowerShell*, *Veeam.Exchange.Powershell*, *Veeam.SharePoint.Powershell* and *Veeam.Teams.PowerShell* modules as well. To get full details about the necessary cmdlet, run the `Get-Help -full` command from your PowerShell console. The `Get-Help` command will return a whole set of parameters that are available for the cmdlet and an input type for each parameter. [![Using Get-Help](images/using_get-help.png "Using Get-Help")](images/using_get-help.png){.toggle scale=80} ::: note The online help for PowerShell on [Veeam Help Center](https://helpcenter.veeam.com/category/development.html) always provides more accurate information than the help reference that is integrated into the product. The online help is updated regularly and contains all fixes based on customers feedback. :::