Unicon documentation migration is in progress. You might find some broken links or experience minor issues in the documentation. We are working on resolving these issues.
X
-
Interface of the Scout Console
-
-
-
-
Defining rules for using USB devices
-
-
Advanced device configuration and Advanced options
-
-
-
Client remote management by commands
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
Defining rules for using USB devices
USB rules allow you to restrict the use of USB mass storage devices to certain models, for example.
-
For the relevant OU or device, open Device configuration > Hardware > USB > Edit.
-
In the list-field, select a set of predefined rules as template.
-
Double-click into the relevant line, or select a line and press F2.
-
Modify the rule by using the example rules below.
The values of the manufacturer ID (VID) and product ID (PID) can be found on the device in the Config panel under (Peripherals > USB > Information):
-
Confirm with OK.
Example rules
Rule | Code |
---|---|
Allow a specific USB mass storage device model only | [ALLOW: VID=0781 PID=5151] # Allow a particular USB model (Example: SanDisk Cruzer Micro) |
Deny all devices of the class MASS STORAGE DEVICES | [DENY: CLASS=08] |
Deny a specific smart card model only | [DENY: VID=18a5 PID=0302] # Deny a particular smart card model (Example: Omnikey CardMan 3821) |
Allow all devices of the class SMARTCARD | [ALLOW: CLASS=0B] |
Deny all printers, mass storage devices, smart card readers | [DENY: CLASS=07] # Deny all devices of the class [PRINTERS], [DENY: CLASS=08] # Deny all devices of the class [MASS STORAGE DEVICES], [DENY: CLASS=0B] # Deny all devices of the class [SMARTCARD] |
Disable the microphone of a webcam | [DENY: VID=045e PID=0810 CLASS=01] # Deny audio for the specified USB device |
The syntax of USB rules corresponds to the syntax of Citrix USB policy rules.
Important:
The USB rules affect all USB device classes including 03 HID (Human Interface Devices). If you deny the 03 HID class, the mouse and keyboard will be deactivated. For specific hardware configurations, you might encounter issues during the boot process of the device. We strongly recommend performing tests before using this option.
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.