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.
MaxTicketExpiry
specifies the maximum length of a ticket in the units set by the MaxTicketExpiryUnits setting. The value of the MaxTicketExpiryUnits setting can be set to minutes, hours, or days. By default, a ticket expires in six (6) hours.
Values
MaxTicketExpiry_value |
Specifies the number of expiration units before a ticket times out. The default value is 6. |
Parent Hierarchy
Microsoft-Windows-RemoteAssistance-Exe | MaxTicketExpiry
Valid Configuration Passes
specialize
Applies To
For a 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 enable a friend or a support professional to offer help. The ticket is configured to expire after one day.
<CreateEncryptedOnlyTickets>true</CreateEncryptedOnlyTickets>
<fAllowToGetHelp>true</fAllowToGetHelp>
<fAllowFullControl>true</fAllowFullControl>
<MaxTicketExpiry>1</MaxTicketExpiry>
<MaxTicketExpiryUnits>2</MaxTicketExpiryUnits>