Virtual USB Tools - Get access to USB devices connected to a remote computer
Download Virtual USB Tools Hide this button

Client Command-Line Utility

Command-line utility client.cli.exe may be used as a simple API to manage connected USB devices. Command-line utility returns 0 if the requested operation is completed successfully, or non-zero error code (HRESULT). It also prints error description to STDOUT unless the --silent parameter is specified.

Command-line Parameters

The utility supports the following command-line parameters:

ParameterValueDescription
-?, --helpDisplays the list of supported parameters with short description.
--silentDo not display any error or success messages.
Main Commands
-list, --listList local USB devices.
-add, --addAdd shared USB device.
-delete, --deleteDelete shared USB device.
Add/Delete Command Parameters
--server --device --auth-keystring string stringRemote server name/address and, optionally, a port number. Device identifier on the remote computer. Optional authentication key.

The command-line utility must be launched from an elevated command-prompt, PowerShell or Windows Terminal window.