-
Notifications
You must be signed in to change notification settings - Fork 5
Version History
Pavel Andreev edited this page Apr 12, 2024
·
154 revisions
- Remove Windows 7/8.1/2012R2 deployments and prerequisites
- Update download URLs for MDT
- Add MDT Hotfix KB4564442 (Build: 6.3.8456.1001)
- Update ADK (v.2004)
- Download ADK installers (cMDTBuildLabPrereqs)
- Update VC++ prerequisites (VC++ 2022)
- New design for AppVeyor tests
- Add CreateISOx64 parameter for cMDTBuildUpdateBootImage resource. Default is false
- Add support to Domain\User credentials for access to MDT share
- Remove Windows 8.1 and Windows 2012 R2 deploy from main configuration. Old config saved in Deploy_MDT_Server_ConfigurationData_Archived.psd1
- Update Servicing stack update for Windows 7 SP1 (KB4490628). Make changes at your configuration file (Deploy_MDT_Server_ConfigurationData.psd1) and delete KB3177467 folders at E:\Source
- Update script for remove default Windows 10 apps. Remove E:\Source\RemoveDefaultApps before upgrade
- Update Servicing stack update for Windows 7 SP1 (KB3177467) to V2. Do not forget to delete KB3177467-x64 and KB3177467-x86 folders at E:\Source before upgrade
- Update to WinPE v.1809 (Build: 10.1.17763.1). Do not forget uninstall previous version of ADK before upgrade and delete E:\Source\Windows Assessment and Deployment Kit folder
- Update Microsoft Deployment Toolkit (6.3.8456.1000)
- Rename E:\Source\Microsoft Deployment Toolkit to E:\Source\MDT
- Add support for Windows 2019
- Use script by @NickolajA for remove default Windows 10 apps
- Add TargetPath parameter to cMDTBuildCustomize class. Do not forget change Deploy_MDT_Server.ps1 script
- Support for importing custom images at cMDTBuildOperatingSystem
- Change scripts for cusomize default layout: Do not forget to delete the folder E:\Source\Set-Startlayout before upgrade
- Fix issue with remove default Appx on Windows 10. Thanks to @FLeven
- ADK v.1803 (Build: 10.1.17134.1). Do not forget uninstall ADK v.1709 before upgrade
- Update Windows Server Semi-Annual Channel to 1803
- Update list of removed default Appx for Windows 10 1803: Do not forget to delete the folder E:\Source\Scripts before upgrade
- Bugfix: Delete default Windows 10 apps did not work
- Added Run PowerShell Script function: close Issue #4. Thanks for @Statiek.
- Update Microsoft Deployment Toolkit (6.3.8450.1000)
- Update List of Removed Default Apps for Windows 10 Version 1709
- Tested with latest Windows 10 Version 1709 ISO (December 2017)
- Fix bugs at cMDTBuildTaskSequenceCustomize (thanks to @FLeven)
- Fix issue with MDTBuildLab$ share rights (thanks to @FLeven)
- Removed TS task for Install Telnet client (except Windows 7). Use Test-NetConnection instead
- Removed dependency on Silverlight. Use WSUS for install it
- Install Windows Management Framework 5.1 for Windows 8.1 images
- Update download script for VC++ libs: install 2008/2010/2012/2013/2017
- ADK v.1709 (Build: 10.1.16299.15)
- Tested with Windows 10 Fall Creators Update
- Add Windows Server 1709 deployment
- Update Silverlight to 5.1.50907.0
- Fix ScriptAnalyzer warnings at Import-ISO.ps1 script
- Build with AppVeyor
- Change importing for PSD1 files, Invoke-Expression removed
- Fix bug at configuration for import OS images
- Disable SMB 1.0 protocol for Windows 7 / 8.1 / 10 (Good bye, WannaCry)
- Disable Set_Product_Key TS step for product environment (VLSC images)
- Remove default apps for Windows 10 v1703
- Reorganize source tree at GitHub
- Update ADK 10 to v.1703 (Build: 10.1.15063.0). Known bug: disable Secure Boot for MDT server before deploy
- Update Silverlight to 5.1.50906.0
- Set default value for install DSC resources (Ensure = "Present")
- Tested with Windows 10 Creators Update (Build 1703)
- Fix warnings from PSScriptAnalyzer
- Add Import-ISO.ps1 script for auto-unpack source ISO images to MDT sources folder
- Add Product Key configuration for MSDN/Evaluation sources
- Add 'Lite' configuration for build Windows 10 x86 image only
- Update Silverlight to 5.1.50905.0
- Move deploy scripts to /Deploy folder
- WMF 5.1 for Windows 8.1 and Windows 2012 R2
- Support to install WMF 5.1 for Windows 8.1
- Tested with latest Windows 10 Version 1607 and Windows Server 2016 ISO (November 2016)
- Remove offline install of the Servicing stack and Cumulative updates for Windows 10 Version 1607 and Windows 2016
- Windows 7 Update Client: replace KB3138612 for KB3172605
- Customsettings.ini changes: Exclude updates that are already included in W7 Convenience update, but flagged incorrectly on Microsoft Update
- Cumulative update for Windows 10 Version 1607 and Windows Server 2016: January 10, 2017 (KB3213986)
- Do not download and install KB3199986 as prerequisite for Windows 10 Cumulative update
- Cumulative update for Windows 10 Version 1607 and Windows Server 2016: December 13, 2016 (KB3206632)
- Install Servicing stack update for Windows 10 Version 1607: October 27, 2016 (KB3199986) as prerequisite for KB3206632
- Enable Windows Update (Post-Application Installation) step for Windows 7 TS: install update for WMF 3.0
- Tuning the DSC LocalConfigurationManager settings
- Add customization of the Start Screen for Windows 10
- Download script Action-CleanupBeforeSysprep.wsf from authors (Mikael Nystrom & Johan Arwidmark) directly from GitHub
- Cumulative Update for Windows 10 Version 1607 and Windows Server 2016: December 9, 2016 (KB3201845)
- Attention - migrate to new version of the ImageFactoryV3-Build.ps1:
- CustomSettings.ini and Bootstrap.ini is changed
- KVP driver for Boot Images is removed, need to update Deployment Share
- ReadKVPData.vbs script was removed from Scripts.zip source
- Replace TAB char to SPACES at source files of project
- Bugfix: Rename script Install-MicrosoftVisualC++x86x64.wsf with Install-MicrosoftVisualCx86x64.wsf
- Add script ImageFactoryV3-Build.ps1 by Mikael Nystrom for build Reference Images directly from MDT server with remote Powershell access to Hyper-V host
- Install Windows Update Client for Windows 7 (KB3138612) before scan updates
- Install July 2016 update rollup for Windows 8.1 and Windows Server 2012 R2 (KB3172614) before scan updates: fix for Windows Update Client
- Add Windows 2016 support to Install Roles and Features TS customize
- New documentation: Prepare Windows Update Server
- Update Microsoft Deployment Toolkit (Build 6.3.8443.1000)
- Add examples for all DSC Resources (PSScriptAnalyzer info)
- Add tests for all DSC Resources (PSScriptAnalyzer info)
- Move documentation for DSC resources from Readme.md to Wiki site
- New documentation: Update Module instructions
- Install Servicing stack update for Windows 7 SP1 (KB3177467) and Convenience rollup update for Windows 7 SP1 (KB3125574) before other updates
- Cumulative update for Windows 10 Version 1607 and Windows Server 2016: November 8, 2016 (KB3200970)
- Fix warning from PSSriptAnalyzer
- Remove plaint text password from configuration
- Download OS Packages with cMDTBuildPrereqs DSC resource
- Add Download_MDT_Prereqs script for preparation of the MDT server which is switched-off from the Internet
- The list of prerequisites is taken out in a separate script cMDTBuildLabPrereqs.ps1
- Offline install Windows Update Client for Windows 7 (March 2016) - KB3138612
- Update Documentation
- Implemented oflline remove Windows 8.1/10 default applications
- Remove .NET Framework 3.5 dependency
- Fix bug with Configure Keyboard Toggle
- Add Telnet client for Windows 2016
- Add Configure Firewall Rules Application
- Prompt password for MDTLocalAccount at configuration
- Update CleanupBeforeSysprep script
- Add cMDTBuildPackage resource
- Update to xSmbShare 2.0.0.0
- Update Windows 2016 TP5 to Windows 2016
- Update Packages version for Windows 10 and Windows 2016 (October 2016)
- Rewrite cMDTBuildUpdateBootImage DSC resource
- Fix example script to use with Pull server
- Bugfix: used devcon.exe 2002 (it's work)
- Disable windows autoupdate feature for updates with WSUS
- Change access rights to MDTBuildLab$ share to Everyone
- Update Silverlight to 5.1.50709.0
- Update source files to Windows EOL (CRLF)
- Add Suspend step for TS
- Add support for APP-V 5.1 (Windows 7 / 8.1)
- Finish redesign from original cMDT module
- Home
- Quick Start
- How to Update MDT Server
- Prepare Windows Update Server
- Version History
- The DSC Resources:
- References