Skip to main content

SYNOPSIS

Adds the AskUI Controller Auto Recover Service. This service is used to automatically recover the AskUI Controller if it crashes. It handles switching the RDP session to console mode.

PARAMETERS

  • -ControllerType | <String> - The type of the controller to recover. (Default: RemoteDeviceController for Python Vision Agent) Valid values are: ‘UIController’, ‘RemoteDeviceController’ Example: ‘UIController’ for Typescript ADK (NodeJS), ‘RemoteDeviceController’ for Python Vision Agent.

NOTES

This Commandlet is only available on Windows AMD64.

EXAMPLES

EXAMPLE 1

This command adds the AskUI Controller Auto Recover Service for the Python Vision Agent.
AskUI-AddAskUIControllerAutoRecoverService

EXAMPLE 2

This command adds the AskUI Controller Auto Recover Service for the Typescript ADK (NodeJS).
AskUI-AddAskUIControllerAutoRecoverService -ControllerType "UIController"