Get-PNPDevices DV
Summary
This script will collect information about the installed PnP Devices and store it in the custom table Plugin_ProVal_PnpDevices.
Intended Target: Windows Computers
Sample Run
Dependencies
- CWM - Automate - Dataview - Get-PNPDevices [Script]
- CWM - Automate - Solution - PnP Devices Inventory
- CWM - Automate - Custom Table - plugin_proval_pnpdevices
Variables
Name | Description |
---|---|
InsertStatement | Result of the PowerShell script that attempts to retrieve the PnP Devices information |
Process
- Create the Plugin_ProVal_PnpDevices table if it does not already exist.
- Run the PowerShell script to retrieve information about installed PnP Devices.
- Verify the outcome.
- Parse the outcome to ensure SQL compatibility.
- Insert the data into the Plugin_ProVal_PnpDevices table.
- Log any failures.
Output
- Script Log
- Dataview