Skip to main content

1E 8.1 (on-premises)

Device.GetInboundMappedDriveHistory

Method

GetInboundMappedDriveHistory

Module

Device

Library

Core

Action

Retrieves information about any connected shared folders or drives this device uses on remote servers.

Parameters

None

Return values

One row per instance of remote mapped drive usage at the time the share was established. A given server/share pair may appear in more than one row for different IP addresses or ports.

  • LastEstablished (datetime): The time at which the share usage was last established by this device.

  • Port (int): The port associated with the communication between client and server.

  • ServerFqdn (string): The server that the shared drive/folder was located on.

  • ServerIpAddress (string): The IP address of the server.

  • ShareName (string): The name of the shared drive on the server.

Example

Device.GetInboundMappedDriveHistory();

Platforms

  • Windows

Notes

"Inbound" refers to the perspective of the device on which the Tachyon Agent is running, i.e. the shares in question are those provided by external servers to the device, not shares exported by the device.