Scenario: A Citrix Administrator was notified that all contractor user IDs will start with the prefix "con." Currently SmartControl is used to restrict access to peripherals.
Which expression can the administrator use to accomplish this requirement?
Scenario: A Citrix Administrator was notified that all contractor user IDs will start with the prefix "con." Currently SmartControl is used to restrict access to peripherals.
Which expression can the administrator use to accomplish this requirement?
The requirement is to restrict access to peripherals for all user IDs that start with the prefix 'con.' The expression should verify if the username contains the prefix 'con' to apply restrictions accordingly. The correct expression for this is HTTP.REQ.USERNAME.CONTAINS('con'), which checks if the username contains the string 'con'. The other options either include unnecessary conditions or incorrect methods.
answer should be D