Powershell command to download .esd?

Discussion in 'Windows 10' started by Evan20x, Jul 2, 2015.

  1. Evan20x

    Evan20x MDL Novice

    Joined:
    Mar 19, 2012
    Messages:
    29
    Likes Received:
    6
    Trophy Points:
    0
    Does anyone know this script? I have tried searching around for it but there is so much stuff to go through.

    Thanks
     
  2. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    #2 s1ave77, Jul 2, 2015
    Last edited by a moderator: Apr 20, 2017
    Code:
    Get-BitsTransfer -AllUsers | select FileList | Format-List
     
  3. Evan20x

    Evan20x MDL Novice

    Joined:
    Mar 19, 2012
    Messages:
    29
    Likes Received:
    6
    Trophy Points:
    0
    #3 Evan20x, Jul 2, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Thank you. Unfortunately I cannot get build 10162 this way it seems.
     
  4. fardeen

    fardeen MDL Member

    Joined:
    May 11, 2010
    Messages:
    197
    Likes Received:
    12
    Trophy Points:
    10
    same here :(
     
  5. Evan20x

    Evan20x MDL Novice

    Joined:
    Mar 19, 2012
    Messages:
    29
    Likes Received:
    6
    Trophy Points:
    0
    Scratch that. I have started the upgrade via windows update and reran the command and it appears I can get it now. Will update further if I find out more
     
  6. jygoro

    jygoro MDL Senior Member

    Joined:
    Sep 21, 2011
    Messages:
    254
    Likes Received:
    142
    Trophy Points:
    10
    Same problem here. I think the problem is I got the "Downloading 0%" and I did stop wuauserv without stopping the bits service first.
    Now the download is working but it can't reflect it through Get-BitsTransfer.
     
  7. Evan20x

    Evan20x MDL Novice

    Joined:
    Mar 19, 2012
    Messages:
    29
    Likes Received:
    6
    Trophy Points:
    0
    This is what I am downloading
    Capture.JPG
     
  8. labvxe

    labvxe MDL Expert

    Joined:
    Mar 24, 2015
    Messages:
    1,385
    Likes Received:
    165
    Trophy Points:
    60
    #8 labvxe, Jul 2, 2015
    Last edited by a moderator: Apr 20, 2017
    Command no longer works
     
  9. Evan20x

    Evan20x MDL Novice

    Joined:
    Mar 19, 2012
    Messages:
    29
    Likes Received:
    6
    Trophy Points:
    0
    It worked for me after I initiated the download to upgrade to 10162.

    I then got the link to the .esd, stopped windows update via services and then started downloading the .esd from the link.
     
  10. TeamOS

    TeamOS MDL Guru

    Joined:
    May 27, 2013
    Messages:
    3,046
    Likes Received:
    1,739
    Trophy Points:
    120
    Get-BitsTransfer -AllUsers | Select -ExpandProperty FileList | Select -ExpandProperty RemoteName >$env:userprofile\desktop\ESD-url.txt works 100% :D
     
  11. Evan20x

    Evan20x MDL Novice

    Joined:
    Mar 19, 2012
    Messages:
    29
    Likes Received:
    6
    Trophy Points:
    0
    Almost done. I had to rename the downloaded file which just had the file extension File to .esd, no biggie.

    Capture2.JPG
     
  12. elzna

    elzna MDL Senior Member

    Joined:
    Aug 28, 2013
    Messages:
    436
    Likes Received:
    54
    Trophy Points:
    10
    gives me empty .txt file. and nothing on WU.
    this only works when WU is downloading esd?
     
  13. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    .........exactly :good3:.
     
  14. Evan20x

    Evan20x MDL Novice

    Joined:
    Mar 19, 2012
    Messages:
    29
    Likes Received:
    6
    Trophy Points:
    0
    Open your Windows Powershell as admin if you have not already.
     
  15. free1975yuly

    free1975yuly MDL Expert

    Joined:
    Aug 24, 2011
    Messages:
    1,826
    Likes Received:
    159
    Trophy Points:
    60
    Here just a file called ''MS Antimalware signature"
     
  16. labvxe

    labvxe MDL Expert

    Joined:
    Mar 24, 2015
    Messages:
    1,385
    Likes Received:
    165
    Trophy Points:
    60
    When I use the command I get links to everything but the 10162 download
     
  17. Evan20x

    Evan20x MDL Novice

    Joined:
    Mar 19, 2012
    Messages:
    29
    Likes Received:
    6
    Trophy Points:
    0
    Did you start the download via Windows Update first?
     
  18. labvxe

    labvxe MDL Expert

    Joined:
    Mar 24, 2015
    Messages:
    1,385
    Likes Received:
    165
    Trophy Points:
    60
    Yup it's currently downloading as of now
     
  19. Evan20x

    Evan20x MDL Novice

    Joined:
    Mar 19, 2012
    Messages:
    29
    Likes Received:
    6
    Trophy Points:
    0
    :( sorry I don't know what else you could do.
     
  20. labvxe

    labvxe MDL Expert

    Joined:
    Mar 24, 2015
    Messages:
    1,385
    Likes Received:
    165
    Trophy Points:
    60
    No problem bud :D thanks for help anyways