Skip to main content

1E 8.1 (on-premises)

Users.GetOutboundConnectionHistory

Method

GetOutboundConnectionHistory

Module

Users

Library

Core

Action

List the historical outbound Terminal Services (RDP) connection history

Parameters

(None)

Return values

For each session:

  • ServerIpAddress (string): The IP Address of the server machine that accepted the connection at the time.

  • ServerFqdn (string): The fqdn of the server machine at the time if it was used instead of an IP Address

  • LastSeen (dateTime): The date and time of the most recent record of this activity

Example

Users.GetOutboundConnectionHistory();

Platforms

  • Windows

Notes