Administering View Cloud Pod Architecture

Table Of Contents
Table 514. Options for Creating a Home Site for a User or Group
Option Description
--userName
Name of a user to associate with the home site. Use the format
domain\username.
--groupName
Name of a group to associate with the home site. Use the format
domain\groupname.
--siteName
Name of the site to associate with the user or group as the home site.
--entitlementName
(Optional) Name of a global entitlement to associate with the home site. When
a user selects the specified global entitlement, the home site overrides the
user's own home site. If you do not specify this option, the command creates a
global user or group home site.
Example
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*" --createUserHomeSite --
userName domainEast\adminEast --siteName "Eastern Region" --entitlementName "Agent Sales"
lmvutil --authAs adminEast --authDomain domainEast --authPassword "*"
--createGroupHomeSite --groupName domainEast\adminEastGroup --siteName "Eastern Region"
--entitlementName "Agent Sales"
Deleting a Home Site
You can use the lmvutil command with the --deleteUserHomeSite or --deleteGroupHomeSite option
to remove the association between a user or group and a home site.
Syntax
lmvutil --deleteUserHomeSite --userName domain\username [--entitlementName name]
lmvutil --deleteGroupHomeSite --groupName domain\groupname [--entitlementName name]
Usage Notes
These commands return an error message if the specified user or group does not exist, the specified
entitlement does not exist, or if the command cannot delete the home site setting.
Options
You can specify these options when you remove the association between a user or group and a home site.
Table 515. Options for Deleting a Home Site
Option Description
--userName
Name of a user. Use the format domain\username.
--groupName
Name of a group. Use the format domain\groupname.
--entitlementName
(Optional) Name of a global entitlement. You can use this option to remove the
association between the home site and a global entitlement for the specified
user or group.
Chapter 5 lmvutil Command Reference
VMware, Inc. 53