MachineUserHistoryWTSSessionInformation
For remote terminal sessions, records the WTSSessionInformation, see WTSQuerySessionInformation MSDN documentation.
erDiagram
MachineUserHistory ||--o{ MachineUserHistoryWTSSessionInformation : "MachineUserHistoryID"
Fields
| Field |
Type |
Description |
| ApplicationName |
string |
Published name of the application that the session is running. Not supported on all Windows versions. |
| ClientAddress |
string |
Contains the client's IP Address |
| ClientDirectory |
string |
Contains the directory in which the client is installed |
| ClientName |
string |
Contains the name of the client |
| ClientProductID |
numeric |
Contains a client specific product identifier |
| ClientProtocolType |
string |
Console, ICA or RDP |
| DomainName |
string |
Contains the name of the domain to which the logged-on user belongs |
| ID |
numeric |
Internal ID for the MachineUserHistoryWTSSessionInformation entity (Primary Key) |
| InitialProgram |
string |
Name of the initial program that Remote Desktop Services runs when the user logs on |
| MachineUserHistoryID |
numeric |
Internal ID that references the MachineUserHistory entity (Foreign Key) |
| SessionID |
numeric |
ID of the terminal server session |
| UserName |
string |
Name of the user associated with the session |
| WinStationName |
string |
Name of the Remote Desktop Services session |
| WorkingDirectory |
string |
Default directory used when launching the initial program |
References
| Column Name |
Referenced Table |
Description |
| MachineUserHistoryID |
MachineUserHistory |
User logon history information |