Administering View Cloud Pod Architecture

Table Of Contents
Removing a User or Group From a Global Entitlement
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 513. 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"
Managing Home Sites
You can use lmvutil command options to create, modify, delete, and list home sites. You can associate a
user or group with a home site to restrict desktop and application choice to a particular site.
n
Configuring a Home Site on page 54
To create a home site for a user, use the lmvutil command with the --createUserHomeSite option.
To create a home site for a group, use the lmvutil command with the --createGroupHomeSite
option. You can also use these options to associate a home site with a global desktop entitlement or
global application entitlement.
n
Deleting a Home Site on page 55
To remove the association between a user and a home site, use the lmvutil command with the
--deleteUserHomeSite option. To remove the association between a group and a home site, use the
lmvutil command with the --deleteGroupHomeSite option.
Chapter 5 lmvutil Command Reference
VMware, Inc. 53