Link to home
Start Free TrialLog in
Avatar of jskfan
jskfanFlag for Cyprus

asked on

Vmware View Command line

Vmware View Command line
I have this Vmware  view command line that I want an expert to explain  its function.

Thank you
vmware-view.exe -serverURL VM.DomainName -username Myuseraccount -domainname Mydomainname -password  Mypassword  -ConnectUSBOnStartup true -ConnectUSBOnInsert true -unattended

logoff

Open in new window

Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Connect to Connection Server specified by the name specified VM.DomainName using the user account Myuseraccount and password Mypassword in domain MyDomainName

-ConnectUSBOnStartup - redirects all USB devices to the desktop that are currently connected to the host.

-ConnectUSBOnInsert - connects a USB device to the foreground desktop when you plug in the device.

-unattended - Runs Horizon Client in a noninteractive mode that is suitable for clients in kiosk mode.

full document of commands available here

https://docs.vmware.com/en/VMware-Horizon-Client-for-Windows/4.6/com.vmware.horizon.windows-client-46-install/GUID-B9209C56-A6DE-4FAA-BE21-A4244E201D44.html
Avatar of jskfan

ASKER

I was on that page, however I m not sure why they have USB on the command, what do they mean by USB , do they call thin client USB device ?

-ConnectUSBOnStartup - redirects all USB devices to the desktop that are currently connected to the host.

-ConnectUSBOnInsert - connects a USB device to the foreground desktop when you plug in the device.[code]

Open in new window

[/code]
All USB devices on the thin client device are re-directed to the VM.

Any USB device inserted on the thin client device will be connected in the VM.

If there are no USB ports or USB devices on the thin client then it will do nothing.
Avatar of jskfan

ASKER

So if you insert USB thumb drive that has an OS image  and restart the thin client what will happen if we consider these 2 lines below:

-ConnectUSBOnStartup - redirects all USB devices to the desktop that are currently connected to the host.

-ConnectUSBOnInsert - connects a USB device to the foreground desktop when you plug in the device.

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jskfan

ASKER

Thank you for the Information
not a problem.

Season Greetings and Happy Holidays.