Plugin_ProVal_PNPDevices
Purpose
Stores the data collected by the Get-PNPDevices [DV] script.
Dependencies
Tables
plugin_proval_pnpdevices
| Column | Type | Explanation |
|---|---|---|
| Computerid | int(11) | Computer ID |
| FriendlyName | varchar(1000) | Friendly name of the PNP device |
| Status | varchar(1000) | Current status of the PNP device |
| Class | varchar(1000) | Class of the PNP device |
| Date | datetime | Script run time |