Jump to content


SysIT

New Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by SysIT

  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"

    $SourcePath = "C:\Source"
    using that version based on the MS site.
    ffr1MXS.png

     

     

    Downloading Surface Pro 3 160128 drivers..Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (404) Not Found."

    At C:\Source\Setup MDT 2013 for Microsoft Surface Pro 3 - June 2015-org.ps1:115 char:3
    + $clnt.DownloadFile($url,$file3)
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: ( :) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException
    done!
    unzipping C:\Source\SurfacePro3_160128.zip You cannot call a method on a null-valued expression.
    At C:\Source\Setup MDT 2013 for Microsoft Surface Pro 3 - June 2015-org.ps1:125 char:9
    + $destination.Copyhere($zip_file.items(), 0x14)
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidOperation: ( :) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
    done!
    Downloading Surface Pro 3 pen drivers..Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (404) Not Found."
    At C:\Source\Setup MDT 2013 for Microsoft Surface Pro 3 - June 2015-org.ps1:136 char:3
    + $clnt.DownloadFile($url,$file4)
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: ( :) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException
    done!
    unzipping C:\Source\SurfacePro3PenDriverOct62014.zip You cannot call a method on a null-valued expression.
    At C:\Source\Setup MDT 2013 for Microsoft Surface Pro 3 - June 2015-org.ps1:146 char:9
    + $destination.Copyhere($zip_file.items(), 0x14)
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidOperation: ( :) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
×
×
  • 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.