Pnp Devices Inventory
Purpose
Displays detailed information on PnP Devices in Automate.
Associated Content
Content | Type | Function |
---|---|---|
CWM - Automate - Script - Get-PNPDevices [DV] | Script | This script collects information about the installed PnP Devices and stores it in the custom table Plugin_ProVal_PnpDevices. |
CWM - Automate - Custom Table - plugin_proval_pnpdevices | Custom Table | To store the data collected by the CWM - Automate - Script - Get-PNPDevices [DV] script in order to feed into the CWM - Automate - Dataview - Get-PNPDevices [Script] dataview. |
CWM - Automate - Dataview - Get-PNPDevices [Script] | Dataview | This dataview is required to display PnP Devices information. The data is populated by the CWM - Automate - Script - Get-PNPDevices [DV] script. |
Implementation
- Import the CWM - Automate - Script - Get-PNPDevices [DV] script.
- Import the CWM - Automate - Dataview - Get-PNPDevices [Script] dataview.
- Run the script against an online Windows computer to create the table.
- Schedule the script to run at regular intervals against the desired computers to keep the dataview up to date.
FAQ
Q: The dataview is not populating anything after running the script for the first time.
A: It's most likely due to permissions. Try running the CWM - Automate - Script - Update User Permissions for ProVal Custom Tables script.