MaxTicketExpiry
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
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 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>