DISCUSSION: Windows Server 2016 14393 (1607)

Discussion in 'Windows Server' started by murphy78, Jul 26, 2016.

  1. leebSaMmY

    leebSaMmY MDL Member

    Nov 1, 2009
    137
    20
    10
    #461 leebSaMmY, Sep 26, 2016
    Last edited by a moderator: Apr 20, 2017
  2. coopvigi

    coopvigi MDL Novice

    Aug 23, 2016
    3
    0
    0
    That is all i have done as well. I have successfully used the previous cmd to change versions to VOL KMS client. I was able to install the above KM3192366 and then only follow up WU with a defender update. I have full kms and exchange 2016 CU3 working as expected. :) Has anyone run into issues with a large number of 2016 server in ESXi? I have about 20 guests on server 2016 and seem to be lagging on occasion. I have also reamoved VisualFX and disabled defender and have increased performance.
     
  3. leebSaMmY

    leebSaMmY MDL Member

    Nov 1, 2009
    137
    20
    10
    #463 leebSaMmY, Sep 26, 2016
    Last edited: Sep 26, 2016
    Are you planning on making this image because I cant convert the eval to standard pre install.

    I can't install and then convert due to it not letting me keep my files because of eval being a different version.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,790
    104,064
    450
    #464 Enthousiast, Sep 26, 2016
    Last edited by a moderator: Apr 20, 2017
    Offline Set-edition should work (test on serverstandard desktop version):

    Code:
    dism.exe /image:c:\mount /Get-TargetEditions
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    Editions that can be upgraded to:
    
    Target Edition : ServerStandard
    Target Edition : ServerDatacenter
    The operation completed successfully.
    
    Code:
    dism.exe /image:"c:\mount" /Set-Edition:ServerStandard
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    Starting to update components...
    Removing package Microsoft-Windows-ServerStandardEvalEdition~31bf3856ad364e35~amd64~~10.0.14393.0
    Removing package Microsoft-Windows-ServerStandardEvalEdition~31bf3856ad364e35~amd64~~10.0.14393.0
    
    [==========================100.0%==========================] 
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
     
  5. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    604
    380
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,755
    14,462
    340
    #466 xinso, Sep 26, 2016
    Last edited: Sep 26, 2016
    That's for normal editions. For the Eval, you need to convert it firstly.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,790
    104,064
    450
    He sent me a pm, and he needs to mount the image fist.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,755
    14,462
    340
    #468 xinso, Sep 26, 2016
    Last edited: Sep 26, 2016
    Yes, you are right about it. I have tested it again and again.

    But if applied to Windows 10 manually, KB3176936 (Servicing Stack) will be installed by Windows Update.
     
  9. OSMAN

    OSMAN MDL Addicted

    Oct 25, 2009
    592
    103
    30
    what build of server 2016 should I test out?
     
  10. maddogster

    maddogster MDL Senior Member

    Mar 23, 2015
    321
    113
    10
    Server 2016 RTM Refresh build 14393.0.160911-2111 are available for OEM's on MOO/SOC, for all other partners via VLSC/WU after October 12 according to wzornet
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,790
    104,064
    450
    In what scenario do you get the servicing stack offered?

    I just installed the clean untouched EVAL edition of ServerStandard (desktop) and installed the CU .msu just by doubleclicking it, and WU only offered the defender definitions and the MRT.
     
  12. lantern

    lantern MDL Member

    Oct 25, 2009
    210
    417
    10
    #473 lantern, Sep 27, 2016
    Last edited: Sep 27, 2016
    already posted, delete it.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,790
    104,064
    450
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,790
    104,064
    450
    @xinso:

    I downloaded Wzors refresh iso and the servicing stack update is downloaded after clean install, on the converted eval iso's it didn't.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,755
    14,462
    340
    #477 xinso, Sep 27, 2016
    Last edited by a moderator: Apr 20, 2017
  16. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    604
    380
    30
    #478 JeepWillys58, Sep 27, 2016
    Last edited by a moderator: Apr 20, 2017

    Dear Xinso

    in my windows registry path is differs from yours, but the content is the same look:

    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    "BuildBranch"="rs1_release"
    "BuildLab"="14393.rs1_release.160915-0644"
    "BuildLabEx"="14393.206.amd64fre.rs1_release.160915-0644"
    "CompositionEditionID"="ServerDatacenterEval"
    "CurrentBuild"="14393"
    "CurrentBuildNumber"="14393"
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,237
    90,938
    340
  18. bjf2000

    bjf2000 MDL Expert

    Apr 11, 2008
    1,101
    199
    60