Setting Up for Linux Desktops

Table Of Contents
Assign or Remove User To or From the VM in Dedicated Desktop
Pool
n
Assign myuser user to LinuxVM-01 VM which is in a dedicated desktop pool.
Update-UserOwnership -Machine_id (Get-DesktopVM -Name "LinuxVM-01").machine_id -Sid (Get-User -
Name "myuser" | Where-Object {$_.cn -eq "myuser"}).sid
n
Remove myuser user from LinuxVM-01 VM which is in a dedicated desktop pool.
Remove-UserOwnership -Machine_id (Get-DesktopVM -Name "LinuxVM-01").machine_id
Logo Desktop Connection
n
Logoff from the desktop session of myuser.
Get-RemoteSession -Username "mydomain.org\myuser" | Send-SessionLogoff
For more information on broker PowerCLI cmdlet, see Using View PowerCLI in View Integration.
Setting Up Horizon 7 for Linux Desktops
VMware, Inc. 78