+ All Categories
Home > Software > Windows 10 Deployment with Microsoft Deployment Toolkit

Windows 10 Deployment with Microsoft Deployment Toolkit

Date post: 10-Jan-2017
Category:
Upload: roel-van-bueren
View: 1,962 times
Download: 9 times
Share this document with a friend
132
WINDOWS AZURE OFFICE 365 ENTERPRISE MOBILITY SUITE OPERATIONS MANAGEMENT SUITE AZURE STACK HYPER-V WINDOWS Windows 10 Deployment with Microsoft Deployment Toolkit Roel van Bueren ([email protected])
Transcript

WINDOWS

AZUREOFFICE 365ENTERPRISE MOBILITY SUITEOPERATIONS MANAGEMENT SUITEAZURE STACKHYPER-VWINDOWS

Windows 10 Deployment with Microsoft Deployment Toolkit Roel van Bueren ([email protected])

WINDOWS

Roel van Bueren

ROVABU Software BV

WINDOWSRoel van Bueren

WINDOWSSetup Commander

WINDOWSSetup Commander

WINDOWSSetup Commander

WINDOWS

WINDOWS

WINDOWS

WINDOWS

WINDOWSSlideshare

WINDOWSTwitter

WINDOWSWINDOWS

MDT 2013 Update 1 and the ADK for Windows 10

WINDOWSMDT 2013 Update 1

WINDOWSMicrosoft Deployment Toolkit (MDT) 2013 Update 1 Overview

WINDOWSMDT 2013 Update 1

WINDOWSMDT 2013 Update 1

WINDOWSMicrosoft Deployment Toolkit (MDT) 2013 Update 1 Overview

WINDOWSWindows Automated Installation Kit

Windows Automated Installation Kit (Windows AIK or WAIK) is a collection of tools and technologies produced by Microsoft designed to help deploy Microsoft Windows operating system images to target computers or to a VHD (Virtual Hard Disk). The WAIK is a required component of the Microsoft Deployment Toolkit.

WINDOWSADK and WAIK historyWAIK = Windows Automated Installation KitWAIK 1.0 – Windows VistaWAIK 1.1 – Windows Vista SP1WAIK 2.0 – Windows 7 WAIK 3.0 – Windows 7 SP1ADK for Windows 8ADK for Windows 8.1ADK for Windows 10

WINDOWSWindows Assessment and Deployment Kit (ADK) Overview

WINDOWSWINDOWS

Deployment Scenario’s

WINDOWSWindows 7, 8(.1) to Windows 10

Deployment Scenario’s:■Wipe and load■Inplace upgrade

WINDOWSMDT 2013 Update 1Windows 10 is adding in a new deployment scenario, the inplace upgrade scenario, which at this point in time has been tested by millions of Windows Insiders around the globe.

WINDOWSMDT 2013 Update 1Windows 10 is adding in a new deployment scenario, the inplace upgrade scenario, which at this point in time has been tested by millions of Windows Insiders around the globe.

WINDOWS

http://www.setupcommander.com

Wipe and Load or Upgrade

WINDOWSWindows 8.1 Upgrade

WINDOWSWINDOWS

Wipe-and-load or Upgrade?

WINDOWSInplace upgradeFor a start, the inplace upgrade is quite interesting in the way it technically doesn’t require any new infrastructure, no new ADK, no new boot images etc.

WINDOWSInplace upgradeIt’s simply running setup.exe with some command line switches, and you can upgrade from Windows 7, Windows 8, and Windows 8.1. This scenario also makes sure all apps and data are still there when the machine is upgraded

WINDOWSInplace upgrade

WINDOWSInplace upgradeYou can’t use an reference image that already have applications in it, you have to use the Microsoft media. There are restrictions for 3rd party antivirus and disk encryptions, that typically have to be  uninstalledNo upgrade from x86 to x64 (and vice versa)

WINDOWSInplace upgradeReference images

■If you are using the traditional scenarios, you can create reference images with MDT 2013 Update 1, but they can’t be used for the inplace upgrade scenarios (bare metal, computer refresh, and computer replace).

■You also cannot deploy your Windows 7 SP1 reference image, upgrade it to Windows 10, and then run sysprep. Sysprep is not supported on an upgraded machine.

WINDOWSInplace upgradeNo upgrade from from MBR to UEFI

■some of the security features in Windows 10 do require UEFI

No upgrade for:■Windows to Go■Boot from VHD, ■dual-boot / multi-boot systems.

WINDOWS

http://www.setupcommander.com

Wipe and Load or Upgrade

WINDOWS

http://www.setupcommander.com

WINDOWS

http://www.setupcommander.com

WINDOWS

http://www.setupcommander.com

WINDOWS

WINDOWS

http://www.setupcommander.com

WINDOWS

http://www.setupcommander.com

WINDOWS

http://www.setupcommander.com

WINDOWSWINDOWS

Still on Windows XP?

WINDOWSWindows XP to Windows 10Deployment Scenario’s:

■Wipe-and-load

WINDOWSWindows XP to Windows 10Deployment Scenario’s:

■Wipe-and-load

WINDOWSWINDOWS

Wipe-and-load

WINDOWS

WINDOWS

WINDOWS

WINDOWS

WINDOWSCustomSettings.ini

customsettings.ini

WINDOWSApplications

WINDOWSApplications

WINDOWSApplications

WINDOWSApplications

WINDOWSApplications

WINDOWSApplications

WINDOWSApplications

WINDOWSDrivers

WINDOWSDrivers

WINDOWSDrivers

WINDOWSDrivers

WINDOWSENGL Driver Manager

WINDOWSDrivers

WINDOWSPackages

WINDOWSPackages

WINDOWSPackages

WINDOWSPackages

WINDOWSPackages

WINDOWSPackages

WINDOWSPackages

WINDOWSWINDOWS

Universal Windows Platform (UWP) apps (Windows store apps) versus Windows desktop apps

WINDOWS

WINDOWSThe Death of the Windows Desktop

WINDOWSThe Death of the Windows Desktop

WINDOWSThe Death of the Windows Desktop

“Every time I mention the possibility that Microsoft might kill off the Windows desktop, I get pushback from IT admins, power users, developers, and anyone else who currently relies on complex desktop applications and can't imagine such a future. Folks, it's time to face reality. It isn't a question of whether this will ever happen. It's just a question of when”.

WINDOWSThere's one glaring flaw in Microsoft's Windows 10 strategy

WINDOWSThere's one glaring flaw in Microsoft's Windows 10 strategy

Building real stuff for real PC users■Microsoft limits the API platform to

build Universal Windows Apps, Wardell says, such that every app runs in what programmers call a "sandbox," meaning that it can't "touch" other apps.

WINDOWSWindows Apps

WINDOWSWindows Apps

WINDOWSWindows Apps

WINDOWSWindows Apps

WINDOWSGet-AppXPackage

WINDOWSGet-AppXPackage

WINDOWSRemove-AppXPackageRemoves an app package (.appx) from a user account.

WINDOWSRemove-AppXPackageGet-AppxPackage -AllUsers | Remove-AppxPackageJust uninstalling an app for all users does not prevent the app from being installed for new user accounts on the system

WINDOWSGet-AppXProvisionPackageGets information about app packages (.appx) in an image that will be installed for each new user

WINDOWSGet-AppXProvisionPackage

WINDOWSRemove-ProvisionedAppXPackageRemoves an app package (.appx) from a Windows image.

WINDOWSRemove-ProvisionedAppXPackageGet-appxprovisionedpackage -online | remove-appxprovisionedpackage -online

WINDOWSRemove-ProvisionedAppXPackageGet-appxprovisionedpackage -online | remove-appxprovisionedpackage -online

WINDOWSDeployment Image Servicing and Management Tool (DISM.exe)

DISM enumerates, uninstalls, configures and updates features and packages in Windows imagesThe Commands that are available depend on the image being serviced and whether the image is offline or running (online)

WINDOWSRemove-ProvisionedAppXPackage

WINDOWSRemove-ProvisionedAppXPackage

WINDOWSRemove-ProvisionedAppXPackage

WINDOWSRemove-ProvisionedAppXPackage

WINDOWSRemove-ProvisionedAppxPackage

WINDOWSRemove-ProvisionedAppxPackage

WINDOWSWINDOWS

App-V 5

WINDOWSApp-V 5

WINDOWSApp-V 5

WINDOWSApp-V 5

WINDOWSApp-V 5

WINDOWS

WINDOWSWINDOWS

Start Menu

WINDOWSExport-StartLayout

WINDOWSExport-StartLayout

WINDOWSExport-StartLayout

WINDOWSExport-StartLayout

WINDOWSLayoutModification.xmlImport-StartLayout -LayoutPath C:\Temp\LayoutModification.xml -MountPath $env:SystemDrive\Copy LayoutModification.xml to C:\Users\Default\AppData\Local\Microsoft\Windows\Shell

WINDOWSLayoutModification.xml

WINDOWSLayoutModification.xml

WINDOWSLayoutModification.xml

WINDOWSLayoutModification.xml

WINDOWSLayoutModification.xmlPro:

■No need of an Active directory ■No need to maintain a reference image

VM ■Solution of choice for OS Deployment■Start menu can be captured from every

where ■Changing the start menu every five

minutes is now fast and painless

WINDOWSLayoutModification.xmlCons

■Unsupported (sort of) with Import-StartLayout cmdlet, but supported with the copy process !!… don’t ask…

WINDOWSGPO

WINDOWSGPO

WINDOWSWINDOWS

Microsoft OneDrive

WINDOWSMicrosoft OneDrive

WINDOWS@echo offcls

rem --- rem http://www.reddit.com/r/Windows10/comments/3f45ix/easy_way_to_uninstall_onedrive_if_you_arent_using/rem ---

set x86="%SYSTEMROOT%\System32\OneDriveSetup.exe"set x64="%SYSTEMROOT%\SysWOW64\OneDriveSetup.exe"

echo Closing OneDrive process.echo.taskkill /f /im OneDrive.exe > NUL 2>&1ping 127.0.0.1 -n 5 > NUL 2>&1

echo Uninstalling OneDrive.echo.if exist %x64% (%x64% /uninstall) else (%x86% /uninstall)ping 127.0.0.1 -n 5 > NUL 2>&1

echo Removing OneDrive leftovers.echo.rd "%USERPROFILE%\OneDrive" /Q /S > NUL 2>&1rd "C:\OneDriveTemp" /Q /S > NUL 2>&1rd "%LOCALAPPDATA%\Microsoft\OneDrive" /Q /S > NUL 2>&1rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S > NUL 2>&1

echo Removeing OneDrive from the Explorer Side Panel.echo.REG DELETE "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1REG DELETE "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1

WINDOWSWINDOWS

Cumulative update for Windows 10: November 10, 2015' (Security Update for Microsoft Windows (KB3105213).

WINDOWSKB3105213

WINDOWSKB3105213

WINDOWSWINDOWS

‘Windows 10 November update‘ or version '1511‘ or Threshold 2 (TH2) or build 10.0.10586

WINDOWSTH2

WINDOWSTH2

WINDOWSPDS MDT seminar

WINDOWS

WINDOWSExperts Live 2015 wordt mede mogelijk gemaakt door:

WINDOWS

AZUREOFFICE 365ENTERPRISE MOBILITY SUITEOPERATIONS MANAGEMENT SUITEAZURE STACKHYPER-VWINDOWS

<Volgende sessie 15:45 – 16:45 uur>

Windows HELLO - The future of your identityPieter Wigleven


Recommended