To delete a global desktop entitlement, use the lmvutil command with the --deleteGlobalEntitlement option. To delete a global application entitlement, use the lmvutil command with the --deleteGlobalApplicationEntitlement option.

Syntax

lmvutil --deleteGlobalEntitlement --entitlementName name
lmvutil --deleteGlobalApplicationEntitlement --entitlementName name

Command Usage

These commands return an error message if the specified global entitlement does not exist, the Cloud Pod Architecture feature is not initialized, or the commands cannot delete the global entitlement.

Options

You use the --entitlementName option to specify the name of the global entitlement to delete.

Examples

lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" 
--deleteGlobalEntitlement --entitlementName "Windows 8 Desktop"
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" 
--deleteGlobalApplicationEntitlement --entitlementName "Microsoft Office PowerPoint"