--- title: "Get-VBRGeneralUpdateOptions" description: "This cmdlet returns general update settings." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrgeneralupdateoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Updater > Get-VBRGeneralUpdateOptions" dateModified: "2026-08-19" --- # Get-VBRGeneralUpdateOptions ## Short Description Returns general update settings for the Linux-based backup server and Veeam Infrastructure Appliances. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRGeneralUpdateOptions [] ``` ## Detailed Description This cmdlet returns general update settings. ## 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 `VBRGeneralUpdateOptions` ## Examples ::: example ### Getting Update Options This command returns general update settings. ``` Get-VBRGeneralUpdateOptions ``` ::: ## Related Commands [`Set-VBRGeneralUpdateOptions`](set-vbrgeneralupdateoptions.md)