Skip to main content

1E 23.7 (SaaS)

Users.GetInboundConnectionHistory

Module

Users

Method

GetInboundConnectionHistory

Library

Core

Action

List the historical inbound Terminal Services (RDP) connection history

Parameters

(None)

Return values

For each session:

    • ClientIpAddress (string): The IP Address of the client machine making the connection

    • LastSeen (datetime): The date and time of the most recent record

    • User (string): The authenticated user account of the connection to this 'server' machine

Example

Users.GetInboundConnectionHistory();

Platforms

  • Windows

  • Linux

  • MacOS

Notes