Skip to content

Commit

Permalink
Create How to Create a Driver Package in Configuration Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaidja committed Jul 13, 2017
1 parent 5d078ef commit c3e2c75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions How to Create a Driver Package in Configuration Manager
@@ -0,0 +1,6 @@
$Arguments = @{
Name = "Lenovo T440 Win8x64";
PkgSourceFlag = 2;
PkgSourcePath = "\\cm01\Sources\OSD\Drivers\Packages\Lenovo\Lenovo_T440_Win7x64"
}
Set-WmiInstance -Namespace 'Root\SMS\Site_PS1' -Class 'SMS_DriverPackage' -Arguments $Arguments

0 comments on commit c3e2c75

Please sign in to comment.