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