To remove a user from a global entitlement, use the lmvutil command with the --removeUserEntitlement option. To remove a group from a global entitlement, use the lmvutil command with the --removeGroupEntitlement option.

Syntax

lmvutil --removeUserEntitlement --userName domain\username --entitlementName name
lmvutil --removeGroupEntitlement --groupName domain\groupname --entitlementName name

Usage Notes

These commands return an error message if the Cloud Pod Architecture feature is not initialized, if the specified user name, group name, or entitlement does not exist, or if the command cannot remove the user or group from the entitlement.

Options

You must specify these options when you remove a user or group from a global entitlement.

Table 1. Options for Removing a User or Group from a Global Entitlement
Option Description
--userName Name of a user to remove from the global entitlement. Use the format domain\username.
--groupName Name of a group to remove from the global entitlement. Use the format domain\groupname.
--entitlementName Name of the global entitlement from which to remove the user or group.

Examples

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