Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, September 8, 2017 4:30 PM
I am wanting to deploy Windows 10 Enterprise to a Microsoft Surface Pro Latest Version and wondered where I could locate the SCCM driver package for this deployment. I have located the drivers for Surface Pro 3 and 4 to import as driver packages but cannot locate for the latest Surface. The only thing I am finding is an MSI.
Does anyone know if latest Surface Pro drivers are available for OSD through SCCM?
All replies (8)
Friday, September 8, 2017 4:51 PM | 8 votes
You can extract drivers from the MSI using following command:
msiexec /a SurfaceStudio_Win10_161504_0.msi targetdir=C:\SurfaceStudioDrivers /qn
Note: When extracting driver files from the MSI, the destination folder (targetdir) must be different than the folder containing the MSI file.
Cheers,
Anton
Vacuum Breather Blog | Wing Commander Saga | Twitter
Note: Posts are provided "AS IS" without warranty of any kind. If posts are helpful please don't forget to rate them as "Helpful" or as "Answer".
Friday, September 8, 2017 4:51 PM
Perfect, thanks.
Friday, September 8, 2017 5:29 PM
You are most profoundly welcome. If this works for you, I'd really appreciate it, if you mark your inquiry as solved.
Cheers,
Anton
Vacuum Breather Blog | Wing Commander Saga | Twitter
Note: Posts are provided "AS IS" without warranty of any kind. If posts are helpful please don't forget to rate them as "Helpful" or as "Answer".
Monday, September 11, 2017 6:48 AM
Hi,
Download the latest firmware and drivers for Surface devices:https://docs.microsoft.com/en-us/surface/deploy-the-latest-firmware-and-drivers-for-surface-devices
There is a PDF file description Managing Surface Devices in the Enterprise, you can refer to.http://webcache.googleusercontent.com/search?q=cache:GJBdhuCpGX8J:download.microsoft.com/download/4/4/0/4407548E-ECE0-43C2-8EE1-13544CFC591B/Manage-Surface-Devices-Enterprise-Drivers-Firmware-Mgmt-with-SCCM-2012.pdf+&cd=3&hl=en&ct=clnk&gl=sg
Please remember to mark the replies as answers if they help. If you have feedback for TechNet Subscriber Support, contact [email protected].
Wednesday, April 18, 2018 1:55 PM
Hi, Download the latest firmware and drivers for Surface devices:https://docs.microsoft.com/en-us/surface/deploy-the-latest-firmware-and-drivers-for-surface-devices There is a PDF file description Managing Surface Devices in the Enterprise, you can refer to.http://webcache.googleusercontent.com/search?q=cache:GJBdhuCpGX8J:download.microsoft.com/download/4/4/0/4407548E-ECE0-43C2-8EE1-13544CFC591B/Manage-Surface-Devices-Enterprise-Drivers-Firmware-Mgmt-with-SCCM-2012.pdf+&cd=3&hl=en&ct=clnk&gl=sg
Please remember to mark the replies as answers if they help. If you have feedback for TechNet Subscriber Support, contact [email protected].
That is old information - Microsoft is no longer offering the firmware and drivers in the ZIP format. That document is also based around SCCM 2012 (not current branch) and Surface Pro 3
Monday, February 4, 2019 12:03 PM
This command no longer works for the latest msi packages. For example the SurfacePro6_Win10_17134_1808507_3.msi with option /a brings the error "This installation package could not be opened"
May someone help me please?
Wednesday, February 13, 2019 9:15 PM | 2 votes
Do not extract it to the same folder. Create a folder in the same directory as the msi. We will name this folder Surface1803. This name being based on what version of the driver pack you listed: 17134.
- Open Command Prompt AS ADMIN
- msiexec /a SURFACEDRIVERFILENAME.msi /targetdir:Surface1803 /qn
Wait a few minutes, and the msi will be extracted into the folder Surface1803. I just did this yesterday to get the latest drivers into the OSD driver package.
These are the exact command I used:
- Opened Command Prompt AS ADMIN
- cd c:\users\username\Downloads
- mkdir SurfaceBook2_1803
- msiexec /a SurfaceBook2_Win10_1803_17134_1805009_0.msi targetdir=C:\users\username\Downloads\SurfaceBook2_1803 /qn
Tuesday, July 16, 2019 10:34 AM
Spot on... Nice one dude!