Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
fAllowToGetHelp specifies that the user can request assistance from a friend or a support professional.
Values
true |
Specifies that the user can request assistance from a friend or a support professional. |
false |
Specifies that the user cannot request assistance from a friend or a support professional. This is the default value. |
Parent Hierarchy
Microsoft-Windows-RemoteAssistance-Exe | fAllowToGetHelp
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>