--- title: "Uninstall-VBOLicense" description: "This cmdlet uninstalls the product license from the Veeam Backup for Microsoft 365 server." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/uninstall-vbolicense.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Licenses > Uninstall-VBOLicense" dateModified: "2026-08-21" --- # Uninstall-VBOLicense ## Short Description Removes the currently installed license from Veeam Backup for Microsoft 365. ## Syntax ``` Uninstall-VBOLicense [-Force] [] ``` ## Detailed Description This cmdlet uninstalls the product license from the Veeam Backup for Microsoft 365 server. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Force

Defines that the cmdlet will remove the installed license without showing warnings in the PowerShell console.

Default: False

If you do not provide the parameter, the cmdlet will prompt you to confirm the operation.

SwitchParameter

False

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the [About Common Parameters](http://go.microsoft.com/fwlink/p/?LinkID=113216) section of Microsoft Learn. ## Examples ::: example ### Uninstalling License from Veeam Backup for Microsoft 365 Server This command uninstalls the license from the Veeam Backup for Microsoft 365 server without prompting the confirmation. ``` Uninstall-VBOLicense -Force ``` :::