Skip to main content

27 juli 2026

Removing a User or Group from a Global Entitlement with the lmvutil Command

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.

Options for Removing a User or Group from a Global Entitlement
OptionDescription
--userNameName of a user to remove from the global entitlement. Use the format domain\username.
--groupNameName of a group to remove from the global entitlement. Use the format domain\groupname.
--entitlementNameName 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"

Was deze pagina nuttig?

Feedback geven over dit onderwerp

Was dit onderwerp nuttig?

Vermeld geen persoonlijke of vertrouwelijke informatie.

Link genereren…