6.0

Table Of Contents
n
To add a group to the global entitlement, run the lmvutil command with the --addGroupEntitlement
option.
You can run this command on any View Connection Server instance in the pod federation. Repeat the
command for each group that you want to add to the global entitlement.
lmvutil --addGroupEntitlement --groupName domain\groupname --entitlementName name
Option Description
--groupName
Specifies the name of a group to add to the global entitlement. Use the
format domain\groupname.
--entitlementName
Specifies the name of the global entitlement to which to add the group. The
name must match the name of an existing global entitlement.
For example:
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*"
--addGroupEntitlement --groupName domainCentral\adminCentralGroup --entitlementName "Agent
Sales"
Remove a User or Group From a Global Entitlement
You can use lmvutil commands to remove a user or group from a global entitlement.
Prerequisites
Become familiar with the lmvutil command authentication options and requirements and verify that you
have sufficient privileges to run the lmvutil command. See “lmvutil Command Authentication,” on
page 43.
Procedure
n
To remove a user from a global entitlement, run the lmvutil command with
--removeUserEntitlement option.
You can run this command on any View Connection Server instance in the pod federation.
lmvutil --removeUserEntitlement --userName domain\username --entitlementName name
Option Description
--userName
Specifies the name of the user to remove from the global entitlement. Use
the format domain\username.
--entitlementName
Specifies the name of the global entitlement to modify.
For example:
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*"
--removeUserEntitlement --userName domainCentral\adminCentral --entitlementName "Agent Sales"
Chapter 4 Managing a Cloud Pod Architecture Environment
VMware, Inc. 37