Hello,
How can I disable and uninstall a specific device.
I can get device as below:
Get-WmiObject Win32_PNPEntity | Where-Object {$_.Name -like "*$DeviceName*"}
PS: I want to do belows scenerio by Powershell (V2)

Hello,
How can I disable and uninstall a specific device.
I can get device as below:
Get-WmiObject Win32_PNPEntity | Where-Object {$_.Name -like "*$DeviceName*"}
PS: I want to do belows scenerio by Powershell (V2)
