Skip to content

MachineAutoStart

Machine specific auto start configuration.

erDiagram
    AutoStartType ||--o{ MachineAutoStart : "AutoStartTypeID"
    Machine ||--o{ MachineAutoStart : "MachineID"

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

References

Column Name Referenced Table Description
AutoStartTypeID AutoStartType Lookup table for auto start configuration types
MachineID Machine Basic machine information. A machine is a physical or virtual device that can be scanned by OctoSAM Inventory. A machine can also be a mobile device such as a phone or tablet.