In this blogpost I will describe what to do to getting Windows 10 into to the Enterprise.

1) You need a deployment tool that support Windows 10 deployment. ex. SCCM 2012 SP1.

Then you have to uninstall the ADK for Windows 8.1 and install ADK for Windows 10 found at : http://go.microsoft.com/fwlink/p/?LinkId=526740

First remove the Windows 8.1 ADK

ADK1_

ADK2_

Then install the ADK for Windows 10

ADK5

Click Next

ADK6

Click Next

ADK7

Click Next

ADK8

Select “Deployment Tools”

Select “Windows Preinstalltion Enviroment (Windows PE)”

Select “Imaging And Configuration Designer (ICD)”

Select “User State Migration Tool (USMT)”

Click Install

ADK9

Click Close

Or just do it from a commandline:

adksetup.exe /Features OptionId.DeploymentTools OptionId.WindowsPreinstallationEnvironment OptionId.UserStateMigrationTool OptionId.ImagingAndConfigurationDesigner /norestart /quiet /ceip off

2)

Update your WinPE in ConfigMgr – go to Software Library –> Operating Systems –> Boot Images

SCCM_WinPE_1

Right click on the boot image and select “update Distribution Points”

SCCM_WinPE_2

Click Next

SCCM_WinPE_3

Click Close

SCCM_WinPE_4

Now the boot image is version 10.0.10240.16384 and are ready to deploy Windows 10

3)

Get ConfigMgr Software Update ready for Windows 10 – go to Software Library –> Software Updates –> All Software Updates

SCCM_SUP_1

Click “Synchronize Software Updates”

SCCM_SUP_2

When the Sync is finish – go to Administration –> Site Configuration –> Sites

Select “Configure Site Components” — > Software Update Point

SCCM_SUP_3

Select “Windows 10”

Now you are ready to create you ADR for Windows 10

4)

Update you GPO policy definitions a you Group Policy Central Store by running:

copy %systemroot%\PolicyDefinitions\* %logonserver%\sysvol\%userdnsdomain%\policies\PolicyDefinitions\
copy %systemroot%\PolicyDefinitions\en-US\* %logonserver%\sysvol\%userdnsdomain%\policies\PolicyDefinitions\en-US\

GPO1

GPO2

GPO3

Now you have the latest GPO definitions in your AD

GPO4

And you can use the Windows 10 specifik GPO’s

5)

Update you KMS server with KB3058168