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