RemoteAccessSession
Remote access sessions that were established to devices.
ColumnĀ | Description |
|---|---|
SessionGuidĀ | A unique value used to identify a remote access session. The primary key for RemoteAccessSession records. |
DeviceGuidĀ | The device that the remote access session was created for. The foreign key for the Device table. |
UserIDĀ | The user that initiated the remote access session. The foreign key for User table. |
TimeStartedĀ | The date and time (in UTC) the session started. |
TimeEndedĀ | The date and time (in UTC) the session ended. |
ServicePortĀ | The number of the port the session was hosted on. |
ServiceNameĀ | The name of the remote access application. |
ServiceParametersĀ | The command line parameters used to execute the remote access viewer on the client device. |
HostIPAddressĀ | The IP address of the host device. |
ClientDNSNameĀ | The DNS name of the client device. |
ClientIPAddressĀ | The IP Address of the client device. |
StatusĀ | The status of the session. Possible values are: 0 = Requested, 1 = Connected, 2 = Disconnected, 3 = Timed Out, 4 = Error |
NotesĀ | Notes entered by the user who initiated the session. |
TerminationReasonĀ | A description of why the session was terminated. |
TerminationReasonCodeĀ | The session was terminated. Possible values are: 0 = Unknown, 1 = UserClosedClientApplication, > 1 = Error |