MachineUserAutoStart¶
User and Machine specific auto start configuration
Fields¶
| Field | Type | Description |
|---|---|---|
| AutoStartTypeID | bigint | Internal ID that references the AutoStartType entity (Foreign Key) |
| FirstScan | datetime2 | Date/Time of first scan of this configuration |
| ID | bigint | Internal ID for the MachineUserAutoStart entity (Primary Key) |
| LastScan | datetime2 | Date/Time of last scan |
| LastScanGUID | uniqueidentifier | GUID of the scan that last scanned this configuration |
| MachineUserID | bigint | Internal ID that references the MachineUser entity (Foreign Key) |
| Name | nvarchar | Name of the configuration |
| Value | nvarchar | Command to run |