DirectoryMissingMachineGroup
m:n relation Group to DirectoryMissingMachine.
erDiagram
DirectoryMissingMachine ||--o{ DirectoryMissingMachineGroup : "DirectoryMissingMachineID"
Group ||--o{ DirectoryMissingMachineGroup : "GroupID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time this relation was created in the database |
| DirectoryMissingMachineID |
numeric |
Internal ID that references the DirectoryMissingMachine entity (Foreign Key) |
| GroupID |
numeric |
Internal ID that references the Group entity (Foreign Key) |
| ID |
numeric |
Internal ID for the DirectoryMissingMachineGroup entity (Primary Key) |
| LastScan |
datetime |
Date/Time this relation was last scanned |
References
| Column Name |
Referenced Table |
Description |
| DirectoryMissingMachineID |
DirectoryMissingMachine |
Machines that are in Active Directory but not in the OctoSAM Inventory database. Used to diagnose missing scanner invocation policies. |
| GroupID |
Group |
Group of users or machines |