Show device manager

This is a PowerShell command that gets the list of device manager from the remote computer.

###
$get = Get-PnpDevice | Select-Object -Property FriendlyName, Status
$get | Out-String
###

To download the command click here.
Once downlod complete, import it throw the import option in the Custom command section.

For any additional information, please contact support@eprocsolutions.com