The following Windows PowerShell commands will import the Dell 2407 WFP monitor device driver into the Production deployment share.
· Add-PSSnapIn Microsoft.BDD.PSSnapIn
· New-PSDrive -Name "DS002" -PSProvider MDTProvider -Root "D:\Production Deployment Share"
· Import-mdtdriver -path "DS002:\Out-of-Box Drivers\Monitor" -SourcePath "D:\Drivers\Dell\2407 WFP" -Verbose
Related Topics