CreateEncryptedOnlyTickets specifies whether only encrypted tickets can be created for remote assistance.

Values

true

Specifies that tickets must be encrypted. Only computers running Windows® 7, Windows Vista®, Windows Server® 2008 R2, or Windows Server® 2008 can be used to assist users on this computer.

false

Specifies that tickets do not need to be encrypted. This is the default value.

Parent Hierarchy

Microsoft-Windows-RemoteAssistance-Exe | CreateEncryptedOnlyTickets

Valid 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.

  Copy Code
<CreateEncryptedOnlyTickets>true</CreateEncryptedOnlyTickets>
<fAllowToGetHelp>true</fAllowToGetHelp>
<fAllowFullControl>true</fAllowFullControl>
<MaxTicketExpiry>1</MaxTicketExpiry>
<MaxTicketExpiryUnits>2</MaxTicketExpiryUnits>

See Also