ecstrim Posted April 23, 2018 Report post Posted April 23, 2018 (edited) Hi all, I am trying to export everything from the production SCCM environment, using PowerShell. Collections, Applications, Packages and Task Sequence export works just fine, but the Driver Packages is giving me some trouble. I am using the following cmdlet, expecting to get the driver package with all the driver files in it Export-CMDriverPackage -Name $my_name -ExportFilePath $my_export_path -WithContent $true –Verbose –ForceWildcardHandling Any idea? Edited April 23, 2018 by ecstrim Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted April 23, 2018 Report post Posted April 23, 2018 what error do you get ? Quote Share this post Link to post Share on other sites More sharing options...
0 ecstrim Posted April 23, 2018 Report post Posted April 23, 2018 Absolutely no error, it exports only a zip file of around 20-30 KB. Exporting with the wizards results in having the zip file and a folder with all the driver's files. Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted April 23, 2018 Report post Posted April 23, 2018 i see the same thing i'll try with another driver_package to verify... Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted April 23, 2018 Report post Posted April 23, 2018 i've informed Microsoft PG, let's see what they say Quote Share this post Link to post Share on other sites More sharing options...
0 ecstrim Posted April 23, 2018 Report post Posted April 23, 2018 Excellent, thank you very much! Quote Share this post Link to post Share on other sites More sharing options...
0 ecstrim Posted May 3, 2018 Report post Posted May 3, 2018 Hi anyweb, do you had any feedback from MS? Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted May 3, 2018 Report post Posted May 3, 2018 yes i had to raise an issue, i'll ping them again Quote Share this post Link to post Share on other sites More sharing options...
Hi all,
I am trying to export everything from the production SCCM environment, using PowerShell.
Collections, Applications, Packages and Task Sequence export works just fine, but the Driver Packages is giving me some trouble.
I am using the following cmdlet, expecting to get the driver package with all the driver files in it
Export-CMDriverPackage -Name $my_name -ExportFilePath $my_export_path -WithContent $true –Verbose –ForceWildcardHandling
Any idea?
Edited by ecstrimShare this post
Link to post
Share on other sites