Skip to main content

July 27, 2026

Adding a User or Group to a Global Entitlement with the lmvutil Command

To add a user to a global entitlement, use the lmvutil command with the --addUserEntitlement option. To add a group to a global entitlement, use the lmvutil command with the --addGroupEntitlement option.

Syntax

lmvutil --addUserEntitlement --userName domain\username --entitlementName name
lmvutil --addGroupEntitlement --groupName domain\groupname --entitlementName name

Usage Notes

Repeat these commands for each user or group to add to the global entitlement.

These commands return an error message if the specified entitlement, user, or group does not exist or if the command cannot add the user or group to the entitlement.

Options

You can specify these options when you add a user or group to a global entitlement.

Options for Adding a User or Group to a Global Entitlement
OptionDescription
--userNameName of a user to add to the global entitlement. Use the format domain\username.
--groupNameName of a group to add to the global entitlement. Use the format domain\groupname.
--entitlementNameName of the global entitlement to which to add the user or group.

Examples

lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" --addUserEntitlement 
--userName domainCentral\adminCentral --entitlementName "Agent Sales"
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" 
--addGroupEntitlement --groupName domainCentral\adminCentralGroup --entitlementName "Agent Sales"

Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…