Jump to content


SysIT

New Members
  • Posts

    2
  • Joined

  • Last visited

SysIT's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I will start this with I am no power shell pro, only going by what I see in errors. I managed to get the files missing, i also adjusted the script manually, in this one you do have the SurfacePro2 URL hard coded: $DriverReleaseDate = "160128" $DriverReleaseURL = "http://download.microsoft.com/download/2/0/7/2073C22F-2F31-4F4A-8059-E54C91C564A9/SurfacePro3_150623.zip" $SourcePath = "C:\Source" So even editing the $DriverReleaseDate it looks for the 150623 instead. So i edited $file3 = $SourcePath+"\SurfacePro3_Win8x_160128_0.zip" and hardcoded the file name So now i got past that first part, things run and then i get a bunch more errors - does the script not create the folders it needs I think you had noted? ERBOSE: Import processing finished. import-mdtdriver : Path 'C:\Source\Drivers\Microsoft\Surface Pro 3\SurfacePro3 - March 2015\Drivers\Network\SurfaceGigabitEthernetAdapter' does not exist. At C:\Source\Setup MDT 2013 for Microsoft Surface Pro 3 - June 2015-org.ps1:344 char:1 + import-mdtdriver -path "DS001:\Out-of-Box Drivers\WinPE x64" -SourcePath "$Sourc ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\Source\Drive...EthernetAdapter:String) [Import-MDTDriver], DeploymentPointException + FullyQualifiedErrorId : PathNotFound,Microsoft.BDD.PSSnapIn.ImportDriver WARNING: Import terminated because one or more invalid paths specified
  2. Hello, I am so happy i came across these scripts. I am trying this one, however upon entering in the new Driver release date 160128 , i get a 404 it can not find the file.. also 404 errors for the pen drivers.. I edited the file (all my stuff is on C:\ in a test lab right now) $DriverReleaseDate = "160128" $DriverReleaseURL = "http://download.microsoft.com/download/2/0/7/2073C22F-2F31-4F4A-8059-E54C91C564A9/SurfacePro3_150623.zip" $SourcePath = "C:\Source" using that version based on the MS site.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.