Microsoft Deployment Toolkit 2012 Documentation Library
Documentation Home
- What’s New in Microsoft Deployment Toolkit
- Quick Start Guide for Lite Touch Installation
- Quick Start Guide for Microsoft System Center 2012 Configuration Manager
- Quick Start Guide for Microsoft System Center Configuration Manager 2007 R3
- Quick Start Guide for User-Driven Installation
- Using the Microsoft Deployment Toolkit
- Introduction to Using the Microsoft Deployment Toolkit
- Planning MDT Deployments
- Overview of the MDT Deployment Process
- Planning Checklist
- Estimating MDT Storage Requirements
- Planning for Application Deployment
- Defining Operating System Components and Settings
- Choosing a Deployment Method
- Evaluating Network Requirements
- Using Reference Computers in MDT Deployments
- Choosing Thick, Thin, or Hybrid Images
- Identifying Deployment Scenarios
- Planning for BitLocker Drive Encryption
- Evaluating Target Computer Readiness
- Planning Performance and Power Management
- Planning Target Computer Security
- Choosing LTI, ZTI, or UDI Deployments
- Reviewing Known Issues, Limitations, and Recommendations for MDT
- Review General Known Issues, Limitations, and Recommendations for MDT
- Review Known Issues, Limitations, and Recommendations That Relate to Windows 7
- Review Known Issues, Limitations, and Recommendations That Relate to Disks and Partitioning
- Review Known Issues, Limitations, and Recommendations That Relate to BitLocker
- Review Known Issues, Limitations, and Recommendations for LTI Deployments
- Review Known Issues, Limitations, and Recommendations for ZTI Deployments Using Configuration Manager 2012
- Review Known Issues, Limitations, and Recommendations for ZTI Deployments Using Configuration Manager 2007 R3
- Review Known Issues, Limitations, and Recommendations for UDI Deployments
- Review Known Issues, Limitations, and Recommendations for Running Task Sequences on Target Computers
- Review Known Issues, Limitations, and Recommendations for Saving and Restoring User Information
- Overview of UDI
- Installing or Upgrading to MDT
- Performing LTI Deployments
- Managing LTI Deployments in the Deployment Workbench
- Running the Deployment Wizard
- Performing ZTI Deployments Using Configuration Manager 2012
- Managing ZTI Deployments in the Configuration Manager Console in Configuration Manager 2012
- Performing ZTI Deployments Using Configuration Manager 2007 R3
- Managing ZTI Deployments in Configuration Manager 2007 R3 Configuration Manager Console
- Performing UDI Deployments
- Managing UDI Deployments
- Running the UDI Wizard
- Configuring MDT Deployments
- Performing Deployments Using the MDT DB
- Monitoring MDT Deployments
- Supporting Windows RE and DaRT
- Preparing the MDT Migration Resources
- Preparing Windows Deployment Services
- Deploying Applications Using MDT and Microsoft Application Virtualization
- Microsoft Deployment Toolkit Samples Guide
- Troubleshooting Reference
- Toolkit Reference
- User-Driven Installation Developers Guide
- Introduction
- UDI Development Overview
- Reviewing the UDI SDK Examples
- Creating Custom UDI Wizard Pages
- Creating Custom Wizard Page Editors
- Creating Custom UDI Tasks
- Creating Custom UDI Validators
- UDI Wizard Reference
- Wizard Page Components
- Wizard Page Helper Classes
- Wizard Page Interfaces
- IADHelper Interface
- IBackgroundTask Interface
- ICheckBox Interface
- IComboBox Interface
- IControl Interface
- ICpuInfo Interface
- IDomainJoinValidator Interface
- IDriveList Interface
- IImageList Interface
- IListView Interface
- IProgressBar Interface
- IRadioButton Interface
- IStaticText Interface
- ITask Interface
- ITreeView Interface
- Overview
- void EnableCheckboxes(void)
- HRESULT CreateImageList(int width, int height, UINT flags)
- int AddImage(HINSTANCE hInstance, int resourceId)
- HTREEITEM AddItem(LPCTSTR text, HTREEITEM hParent = NULL)
- void SetImage(HTREEITEM item, int image, int expandImage)
- void Clear(void)
- BOOL SetFirstVisible(HTREEITEM item)
- BOOL SelectItem(HTREEITEM item)
- void CheckItem(HTREEITEM item, UINT checkState)
- HTREEITEM SelectedItem(void)
- int SetItemHeight(SHORT height)
- HRESULT EnableItem(HTREEITEM item, BOOL enable)
- void Expand(HTREEITEM hItem, BOOL expand)
- HTREEITEM GetChild(HTREEITEM hParent)
- HTREEITEM GetParent(HTREEITEM hNode)
- HTREEITEM GetNextItem(HTREEITEM hPrevious)
- UINT IsChecked(HTREEITEM item)
- BOOL IsEnabled(HTREEITEM item)
- INT_PTR CommonControlEvent(WORD controlId, void* pInfo, BOOL *pCancel)
- HRESULT SetEventHandler(ITreeViewEvent *pEventHandler)
- void SetSelectedBackColor(COLORREF color)
- IWmiIteration Interface
- IWmiRepository Interface
- IFormController Interface
- IValidator Interface
- IRegEx Interface
- ISummaryInfo Interface
- ISummaryBag
- ITSVariableBag Interface
- ITSVariableRepository Interface
- IWizardFinish Interface
- IBindableList Interface
- IDataNodes Interface
- IFactoryRegistry Interface
- ILogger Interface
- IOrientation Interface
- ISettings Interface
- ISettingsProperties Interface
- ISimpleStringProperties Interface
- ITaskManager Interface
- HRESULT Init(IWizardPageView *pPageView, int idListView, int idMessage, int idRetryButton, ISettingsProperties *pPageInfo, ITaskManagerCallback *pCallback)
- HRESULT SetFailMessage(LPCWSTR message)
- HRESULT Start(void)
- HRESULT GetTaskMessage(size_t index, LPBSTR message)
- HRESULT GetResultType)(size_t index, LPBSTR type)
- HRESULT GetProperty(size_t index, LPCTSTR propertyName, LPBSTR value)
- int GetSelectedIndex(void)
- HRESULT Wait(DWORD waitMilliseconds)
- size_t FailedCount(void)
- size_t WarningCount(void)
- size_t SucceedCount(void)
- size_t RunningCount(void)
- void OnCommonControlEvent(WORD controlId, LPNMHDR pInfo)
- void OnControlEvent(WORD eventId, WORD controlId)
- void EnableButtons(BOOL enable)
- IWizardComponent Interface
- IWizardDialogController Interface
- IWizardDialogView Interface
- IWizardPage Interface
- IWizardPageContainer Interface
- IWizardPageView Interface
- IXmlDocument Interface
- Helper Functions
- UDI Wizard Designer Configuration File Schema Reference
- UDI Wizard Designer Reference
Documentation Home