Skip to main content

1E 8.1 (on-premises)

Device.GetOutboundMappedDriveHistory

Method

GetOutboundMappedDriveHistory

Module

Device

Library

Core

Action

Retrieves information about any shared folders this device is exposing.

Parameters

None

Return values

A table containing one row per instance of local shared drive or folder usage. A server share may appear in more than one row for different client IP addresses or FQDN.

  • ClientFqdn (string): The FQDN of the client that was using the shared drive/folder

  • ClientIpAddress (string): The IP Address of the client that was using the shared drive/folder

  • FilePath (string): The local path for current shares or the file that was being accessed for historical shares

  • LastSeen (datetime): The time at which the share usage was last seen by this device

    • historical share usages have the time of the usage

    • current share usages have the instruction execution time

  • ShareName (string): The name of the shared drive/folder on this server

Example

Device.GetOutboundMappedDriveHistory();

Platforms

  • Windows

Notes

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