This is an archive version of the document. To get the most up-to-date information, see the current version.

Remove-VBOLicensedUser

Short Description

Removes licenses from Veeam Backup for Microsoft 365 users.

Remove-VBOLicensedUser Important

You must remove user data from the backup repository before removing a license from Veeam Backup for Microsoft 365 users. Run the Remove-VBOEntityData cmdlet to remove the user data.

Syntax

Remove-VBOLicensedUser [-User <VBOLicensedUser>]  [<CommonParameters>]

Detailed Description

This cmdlet removes licenses from Veeam Backup for Microsoft 365 users.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

User

Specifies a licensed user. The cmdlet will remove license from this user.

Accepts the VBOLicensedUser object.

To get this object, run the Get-VBOLicensedUser cmdlet.

True

Named

True (ByValue)

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

None.

Examples

Remove-VBOLicensedUserExample 1. Removing Licensed Users from Veeam Backup for Microsoft 365 Server

Related Commands