Managing Local Desktops - VMware View Manager 4.5 Integration Manual

Hide thumbs Also See for View Manager 4.5:
Table of Contents

Advertisement

VMware View Integration Guide
Return information about the users who are entitled to use desktop pools whose IDs start with dtpool‐.
Get-Pool -pool_id dtpool-* | Get-PoolEntitlement
Remove the entitlement to use desktop pool dtpool‐11.
Get-PoolEntitlement -pool_id dtpool-11 | Remove-PoolEntitlement
If you want to remove all entitlements from the system, specify the -forceRemove parameter set to $true .
Get-PoolEntitlement | Remove-PoolEntitlement -forceRemove $true
If you do not specify the-forceRemove parameter, you can use the command to find out information about 
the entitlements that would be removed.

Managing Local Desktops

Return information about the local desktop for the specified IP address.
Get-LocalSession -hostIP 10.20.54.65
Return information about the local desktops for a range of IP addresses.
Get-LocalSession -hostIP 10.20.222.*
Roll back the local desktop with a specified host IP address.
Get-LocalSession -host_ip 10.20.54.36 | Send-LocalSessionRollback
Roll back the local desktops for a range of host IP addresses.
Get-LocalSession -hostIP 10.20.222.* | Send-LocalSessionRollback
Roll back the local desktop with the virtual machine ID vmcn11.
Send-LocalSessionRollback -machine_id vmcn11
Managing Remote Sessions
Return the list of active remote sessions for the user fred in the domain mydom.
Get-RemoteSession -username mydom\fred
Disconnect the active remote sessions on which the user fred is logged in.
Get-RemoteSession -username mydom\fred | Send-SessionDisconnect
Log out the active remote sessions on which the user fred is logged in.
Get-RemoteSession -username mydom\fred | Send-SessionLogoff -session_id
Log out the active remote sessions that are using the RDP protocol.
Get-RemoteSession -protocol RDP | Send-SessionLogoff
Managing Virtual Machines
N
   View Agent must be running on the virtual machines.
OTE
Return information about the virtual machine for the desktop pool dtpool‐3.
Get-DesktopVM -pool_id dtpool-3
Return information about the virtual machines that are configured on the vCenter Server vc03.
Get-DesktopVM -vc_id vc03
Return information about the virtual machines that are managed by the same vCenter Server that provisions 
the desktop pool dtpool‐1.
Get-ViewVC -pool_id dtpool-1 | Get-DesktopVM
42
VMware, Inc.

Advertisement

Table of Contents
loading

This manual is also suitable for:

View composer 2.5

Table of Contents