Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
CreateEncryptedOnlyTickets
specifies whether only encrypted tickets can be created for remote assistance.
Values
true |
Specifies that tickets must be encrypted. /p> |
false |
Specifies that tickets do not need to be encrypted. This is the default value. |
Parent Hierarchy
Microsoft-Windows-RemoteAssistance-Exe | CreateEncryptedOnlyTickets
Valid Configuration Passes
specialize
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-RemoteAssistance-Exe.
XML Example
The following XML output shows how to allow a friend or support professional to offer help by using an encrypted ticket. The ticket is configured to expire after one day.
<CreateEncryptedOnlyTickets>true</CreateEncryptedOnlyTickets>
<fAllowToGetHelp>true</fAllowToGetHelp>
<fAllowFullControl>true</fAllowFullControl>
<MaxTicketExpiry>1</MaxTicketExpiry>
<MaxTicketExpiryUnits>2</MaxTicketExpiryUnits>