Skip to main content

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

Sample Run

Dependencies

Variables

NameDescription
InsertStatementResult of the PowerShell script that attempts to retrieve the PnP Devices information

Process

  1. Create the Plugin_ProVal_PnpDevices table if it does not already exist.
  2. Run the PowerShell script to retrieve information about installed PnP Devices.
  3. Verify the outcome.
  4. Parse the outcome to ensure SQL compatibility.
  5. Insert the data into the Plugin_ProVal_PnpDevices table.
  6. Log any failures.

Output

  • Script Log
  • Dataview