Remove Driver with PowerShell

  • Thread starter Thread starter Ogeccut
  • Start date Start date
O

Ogeccut

Guest
I would like to remove a driver "video" using a powershell. If not possible then vbscript.

I am able to find if driver is installed:

Get-WmiObject Win32_PnPSignedDriver| select devicename| where {$_.devicename -like "*DameWare Development*"}

THis will return the devicename if installed.

I am not able to find a way to removbe it, or delete it?

I would like to do it without adding any moduals if possible. Need to do this during the MDT build.

Thanks for the help.

Continue reading...
 
Back
Top