ConfigMgr 2007 and Microsoft Deployment Toolkit - Video Walkthrough
Are you struggling with setting up ConfigMgr 2007 Operating System Deployment and integrating MDT? - download and view the video walkthrough that shows you how to:
- Setup the server environment for ConfigMgr 2007 OS deployment
- Configure the ConfigMgr 2007 Site Settings
- Configure the ConfigMgr 2007 Computer Management Settings
- Configure the ConfigMgr 2007 Operating System Deployment Settings
- Setup and use MDT integration with ConfigMgr 2007
- Add a reference machine object to ConfigMgr 2007
- Create a build and capture reference image for mass deployment using ConfigMgr 2007
Download from here (51.2Mb)
The download pack contains the following high resolution (1024 x 768) narrated video
- ConfigMgr and Microsoft Deployment Toolkit Setup and Config.wmv
The Deployment Guys : SCCM 2007 and Microsoft Deployment Toolkit - Video Walkthrough
Regards,
Anthony
Anthony Clendenen | Solutions Engineer | 1E
© Anthony Clendenen
Microsoft released the ConfigMgr SDK yesterday. You can get the download here.
It includes stolen credit card numbers,credit card numbers,credit card number generatorbank card credit login orchardamerican express credit card,american express credit card registry,american express blue credit cardapplication bank card creditbad credit credit card,bad credit master card,free bad credit credit cardcredit card aaa debt consolidationcard credit debt management ukcapital one bank credit cardapplication card credit status visagas credit card,chevron gas credit card,citgo gas credit cardhow to reduce credit card bad debt,bad debt credit card,bad card collection credit debtmy premier credit card accountbank card credit one onlineapplication card credit form visaconsolidate credit card debt into loan,afsdebt.com card consolidate credit debt debt,consolidate credit card debtwashington mutual credit card applicationcard credit searsmonogram credit card bankapplication canada card creditbad card credit credit freeaccount card credit merchant servicesapproval card credit instant online,0 approval card credit instant,instant approval credit cardcredit card services merchant accountbank card credit georgia monogram,bank credit card,bank card chase creditmajor credit card companyvirginia credit card debt solution,credit card debt solutioncard chase credit online paymentbusiness credit card,business credit card application,apply for a business credit cardannual card credit fee nocard credit discover payment,discover credit card payment centerchase credit card servicescitibank credit card online applicationnational city bank credit card,bank card city credit national securedcard company credit ukcredit card bank of georgiafree merchant credit card processing,merchant credit card processingdebt interest credit card consolidationwireless credit card processing,wireless credit card processing equipmentorchard bank secured credit card,discover secured credit card,secured credit cardcard college credit debt studentcredit card debt consolidation oregonvisa credit card application,application canadian card credit visa,application card credit online visabad card credit credit unsecuredmerchant services credit card processingbad card credit debt ukcard credit debt help paycard credit ge online servicesaccept credit card paymentcard consolidation credit loan,low interest credit card consolidation loanfree lg ringtones tracfone DCM Digest Authoring guide, DCM digest schema, a SUM gadget that gives you current status messages on patches you have deployed, samples on creating admin console extensions, OSD custom task sequences and more.
Regards,
Anthony
Anthony Clendenen | Solutions Engineer | 1E
© Anthony Clendenen
Hopefully you have heard by now that Vista SP1 and Server 2008 went RTM on Monday. But can you use these with OSD or MD? Well of course you can with the new version of WAIK.
Also it is being reported that Vista SP1 goes live on Feb 18th or 19th and Windows XP SP3 goes live on March 23rd or 24th.
Download details here direct download here (1.1 GB).
Overview
The Windows Automated Installation Kit (Windows AIK) is designed to help corporate IT professionals customize and deploy the Windows Vista and Windows Server 2008 family of operation systems. By using Windows AIK, you can perform unattended Windows installations, capture Windows images with ImageX, and create Windows PE images.
This update is provided to you and licensed under the Windows Vista License Terms.
Related links:
Windows Server 2008 Group Policy Settings Reference spreadsheet.
Windows Vista Group Policy Settings Reference spreadsheet.
Group policy administrative templates for Vista.
ADMX migrator for old group policies.
Regards,
Anthony
Anthony Clendenen | Solutions Engineer | 1E
© Anthony Clendenen
I Recommend These Books!
SMS 2003 Administrator’s Reference: Systems Management Server 2003 - SMS 2003 Recipes: A Problem-Solution Approach - Microsoft SMS Installer (Book/CD-ROM package) - Pro SMS 2003 - Professional MOM 2005, SMS 2003, and WSUS - Start to Finish Guide to Distributing Software With Systems Management Server 2003 - Microsoft Systems Management Server 2003 - Administrator’s Companion
And you can check out more books and gadgets at my Amazon store here.
Grab this link and bookmark it as the MD team will be updating the post as the FAQ grows.
Lite Touch Installation
Q: Is it possible to change the text IT Organization in the task sequence dialog box?
A: Yes! You can set the variable _SMSTSORGNAME in the custom settings.ini to match the text you want to use. For example to set the text to Microsoft Corporation, add the following line to your customsettings.ini:
_SMSTSORGNAME = Microsoft Corporation
Q: What is the purpose of each of the task sequence templates?
A: In BDD 2007 we supported only the installation of a client Operating System and did not technically support using task sequences for anything other than deploying an Operating System. With Microsoft Deployment we now support deploying server Operating Systems as well as running customized task sequences that can perform any number of operations. Here is a list of the templates we provide and their purpose:
- Standard Client Task Sequence - Task sequence used for deploying client Operating Systems such as Windows XP or Windows Vista
- Standard Server Task Sequence - Task sequence used for deploying server Operating Systems such as Windows Server 2003 or Windows Server 2008
- Standard Client Replace Task Sequence - This task sequence is designed to be run on the machine that is being replaced. This task sequence should be initiated within the client Operating System and will perform a User State Migration, Boot into Windows PE, optionally perform a full system backup, and optionally securely wipe the disk
- Custom Task Sequence - This task sequence is used as a template to install Applications. This task sequence can be customized to perform any additional actions that you would like to add
Q: For the Client Replace task sequence, how do I make the task sequence wipe the disk?
A: Set the variable WipeDisk = TRUE in the customsettings.ini
Q: In BDD 2007 I modified ztidiskpart.txt to create partitions. How do I do this in Microsoft Deployment?
A: Microsoft deployment does not use the ztidiskpart.txt file to create the partitions. Now, this disks are configured run time based on the task sequence parameters in the Format and Partition Disk step. This step allows you to create multiple partitions across several disks. If you do not want a partition formatted you can create your own custom script that calls diskpart /s and provide your own diskpart.xt file
Q: When trying to add a custom Vista WIM to the workbench, I receive the following error:
Error during wizard processing
An unexpected error occurred while processing the wizard results.
Collection was modified; enumeration operation may not execute.A: There is a hotfix available that will fix this problem. See the following KB article for more information and to retrieve the hotfix:
http://support.microsoft.com/kb/941595
Zero Touch Installation with ConfigMgr 2007
Q: How do I use the media hook capabilities in Microsoft Deployment to deploy to unknown computers?
A: Michael Niehaus has a great blog entry and screencast on how to set up and configure this feature: http://blogs.technet.com/mniehaus/archive/2008/01/19/microsoft-deployment-configmgr-boot-media-unknown-computers-web-services.aspx
Q: How do I configure my task sequence to capture a reference image?
A: In the standard client task sequence there are a series of steps at the end of the task sequence that prepare the system for imaging, reboot to Windows PE, and then captures an image of the computer. To enable these steps the following variable should be set in the customsettings.ini, Microsoft Deployment Database, ConfigMgr variables, or task sequence variables:
DoCapture = YES
Q: Do I need to use the Microsoft Deployment database with ConfigMgr 2007?
A: It depends. We have made Microsoft Deployment flexible enough for you to use the Microsoft Deployment Database, customsettings.ini, ConfigMgr 2007 Task Sequence variables, Web Services, or Collection or Computer variables. If you already have a populated database from using BDD 2007, you have the ability to use that database in conjunction with Microsoft Deployment and ConfigMgr by customizing the customsettings.ini to make the database connection. If you choose to use the Microsoft Deployment database (or any other database) then you will need to use the Import Microsoft Deployment Task sequence to create a custom Windows PE image that includes ADO support
Q: What is install updates offline and how do I use it?
A: Install Updates offline is a step that can be added to the task sequence that will install Vista and Windows Server 2008 patches to the Operating System prior to the Operating System booting for the first time. To use this step in the task sequence, you first need to create an updates package inside of ConfigMgr: http://technet.microsoft.com/en-us/library/bb680701.aspx. After creating your updates package you need to add the Install Updates Offline step in the task sequence in the PostInstall section immediately prior to the Configure step
Regards,
Anthony
Anthony Clendenen | Solutions Engineer | 1E
© Anthony Clendenen
Mike didn’t even mention this at dinner last night…![]()
Issues with Microsoft Deployment RC1 - October 25, 2007
The development team has isolated issues in the initial Microsoft Deployment RC1 build. Toolkit was throwing errors when Configure ConfigMgr Integration, Configure Management Pack or Configure WDS PXE Filter features were invoked. The errors occur because two files were not properly signed in the Microsoft Deployment RC1 release. We have released an updated build which contains these signed files. Please download the latest installers from Connect web site.
If you would like to work around the issue without reinstalling Microsoft Deployment , you can refer to steps given at Microsoft Deployment team blog site.
Thank you for your patience and your diligence in testing Microsoft Deployment. Please make sure to submit bug reports on Connect Feedback site.
Microsoft Deployment Team
Microsoft Corp.
Regards,
Anthony
Anthony Clendenen | Solutions Engineer | 1E
![]()
© 2007 Anthony Clendenen
The latest installment of BDD, code named Deployment 4, now named Microsoft Deployment (MD) is available for download on the Microsoft Connect site. This is the much anticipated version that integrates with ConfigMgr’s OSD and is the next evolution of BDD. With this new version you can expect to have a single solution for the deployment of both desktops and servers as well as WDS, and ACT. See below for more details on what is included.
Business Desktop Deployment (BDD) is now Microsoft Deployment!
We are pleased to announce the RC1 release and new name for the fourth generation deployment Solution Accelerator, Microsoft Deployment. The current generation of automated deployment tools from Microsoft is increasingly unified; the same tools, utilities and products in many cases offer support and functionality for desktop and server deployment tasks. Following the trend of unified tools, the Business Desktop Deployment team has incorporated new functionality and guidance to support automated server deployment in addition to desktop deployment capabilities. This expanded feature set, with its guidance and ability to automate installation of Windows client and server operating systems - as well as applications - has effectively outgrown the current name, Business Desktop Deployment. Previous Beta releases have been using the code name “Deployment 4″ to refer to Microsoft Deployment before the name was finalized.
Microsoft Deployment is the next version of Business Desktop Deployment (BDD) 2007. It unifies the tools and processes required for desktop and server deployment into a common deployment console and collection of guidance. Microsoft Deployment adds integration with current Microsoft deployment technologies - System Center Configuration Manager 2007, Windows Deployment Services, and the Windows Automated Installation Kit - to create a single path for image creation and automated installation. Microsoft Deployment adds integration with recently released Microsoft deployment technologies to create a single path for image creation and deployment, including:
- System Center Configuration Manager 2007 Operating System Deployment
- Windows Automated Installation Kit
- Windows Deployment Services with new multicast technology
- Application Compatibility Toolkit 5.0
- User State Migration Tool 3.0.1
- 2007 Office system
- Windows Server 2008 Server Manager for automated server role definition
Enhanced Program on Microsoft Connect
This release candidate also offers an enhanced Microsoft Connect portal including technical frequently asked questions, deployment tips and tricks, a recommended 10-step program for new users to quickly get acquainted with deployment accelerators, customer-ready Solution Accelerator informational materials, and deployment-related conference presentations.
Accelerator Description
Microsoft Deployment combines the guidance and toolset from previous releases of Business Desktop Deployment and Beta releases of Windows Server Deployment. This release continues to support Zero Touch Installation (ZTI) of desktop operating systems using Systems Management Server (SMS) 2003 with the Operating System Deployment Feature Pack and adds new deployment and task sequencing capabilities for desktops and servers using System Center Configuration Manager 2007. Microsoft Deployment also continues to provide Lite Touch Installation (LTI) support without infrastructure requirements and adds capabilities for Windows Server 2003 and pre-release versions of Windows Server 2008.
New Features in Microsoft Deployment
Microsoft System Center Configuration Manager 2007 support, with the following features:
- Full support for Windows Vista, Windows XP, and Windows Server 2003 deployments with Microsoft Deployment and Configuration Manager 2007.
- Complete integration into the Configuration Manager 2007 admin console and task sequencing capabilities.
- Quick start Configuration Manager 2007 operating system deployments using one wizard to create needed task sequences and packages.
- Extension of the Configuration Manager 2007 task sequencing capabilities with new actions.
- Feature parity with BDD 2007 and SMS 2003, including dynamic package installation, automatic determination of state store location, computer backup, and database settings.
- Installation support for computers unknown to the Configuration Manager 2007 database
- Added support for offline patching
- Support for offline and online language pack installation
- Deployment monitoring:
- Updated Management Pack for System Center Operations Manager 2007
Lite Touch Installation (LTI) support for Windows Server 2008:
- Support for deploying Windows Server 2008 Beta 3 and potentially RC1 (to be verified after RC1 release), including support for Server Core installation options.
- Automated server role definition using Server Manager
Lite Touch Installation (LTI) enhancements:
- Enhanced disk and network interface cards (NICs) configuration options, including support for static TCP/IP configuration.
- Design changes to ease the migration from LTI to Configuration Manager 2007.
- Support for multiple task sequence templates. New sample templates include:
- Client template: Windows Vista, Windows XP
- Server template: Windows Server 2003, Windows Server 2008
- Replace scenario template
- Ability to invoke web service calls
- Support for web service calls from rules
- Web services can be invoked as part of the rules processing performed by Microsoft Deployment, using new rules that can be defined in CustomSettings.ini.
- Support for BDD 2007 upgrade or side-by-side installation with Microsoft Deployment.
Lite Touch Installation (LTI) multicast support:
- Deployment Workbench supports multicast transmission of operating system images when performing LTI deployments from Windows Server 2008 servers that are running Windows Deployment Services.
Where to Find Microsoft Deployment
Microsoft Deployment RC1 is available as a download in the Microsoft Deployment Connection Program on Microsoft Connect.
Related Resources
Desktop Deployment Center on Microsoft TechNet
System Center Configuration Manager on Microsoft TechNet
System Center Configuration Manager evaluation software on Microsoft TechNet
Regards,
Anthony
Anthony Clendenen | Solutions Engineer | 1E
![]()
© 2007 Anthony Clendenen