Hi team,
I want to try creating custom data to display a list of USBs installed on the Windows device, but the USB list still doesn't appear. The following are the settings I use:
BUILD TYPE : STDOUT
STDOUT : c:\windows\sysnative\windowspowershell\v1.0\powershell.exe Get-PnpDevice -PresentOnly | Where-Object { $_.InstanceId -match '^USB' } | select-string "COM"
Data Type: String
Are there any of my settings that are wrong?
