MDT 2010 Importing automatically the right driver

Microsoft Deployment Toolkit 2010 has some nice improvements to handle drivers. I will describe how I like to manage drivers in MDT 2010.

Some time I wrote i article about how to get the Name & Model from a computer. This is very important when you want to import only the right drivers automatically.

First we have to build the ‘Out-of-Box Drivers’ folder structure and import drivers. I have subdirectories for each architecture, brand and model.  This is what my folder tree looks like:

MDT 2010 - Out-of-Box Drivers

However, you can build your own structure, as long as you respect the proper model & brand (make) name of the vendors.

Build Out-of-Box Drivers tree

To build up the folder structure you have to know the model name of your hardware. To retrieve the proper computer name execute at powershell command prompt: ‘Get-WmiObject -Class win32_computersystemproduct | fl Name,Model,UUID,Identifyingnumber,Vendor’, to get the exact name WMI queries to determine the computer model. In my case the computer name is “Latitude D830”.

Now that we have drivers imported in our Deployment Share, it’s time to move on.

1. DriverGroups

DriverGroups existed in MDT 2008 already, although the MDT Team added subdirectory support in MDT 2010.

At deployment phase MDT uses WMI to query the proper computer model and only the current model drivers will be injected. In order to get this working properly, you have to use the EXACT model name in your Out-of-Box Driver tree.

Inject the correct drivers in your Task Sequence

Add a new step in your Task Sequence to inject the correct drivers. MDT will query the computer name and inject the drivers which corresponds with the computer name from the Out-of-Box folder structure, right before applying the image at deployment.

MDT 2010 - Set Task Sequence Variable (Add Task) MDT 2010 - Set Task Sequence Variable (DriverGroup)

I use ‘DriverGroup_001’ as Task Sequence Variable, and Win7×64\%Make%\%Model% as value for my Windows 7 x64. You have to adapt this to your Out-of-Box tree.

MDT 2010 - Set Task Sequence Variable

As I use a DriverGroup I’ve disabled the ‘Inject Drivers’ task.

Customsettings.ini

As my Task Sequence handles everything, there isn’t anything needed here.

If you don’t like to use a new Task in your TS, you can add DriverGroup variables in customsettings.ini like this:

DriverGroup_001=%Make%\%Model%

DriverGroup_002=Printers

2. Selection Profiles

New in MDT 2010 are DriverSelectionProfiles. These are easy for new MDT admins, very straight forward and easy to use.

Overview:

MDT 2010 - Selection Profiles Overview

First you have to create a Profile (or use one of the default profiles):

MDT 2010 - Selection Profiles, select folders

You can even select Packages and Applications, use it for “bad drivers” aka driver setup packs.

Select what drivers you want to add to the profile;

MDT 2010 - Selection Profiles, add profile

After making the profiles you can use them in your Task Sequences. The default ‘Inject Drivers’ settings are on the left, the customized one on the right:

MDT 2010 - Selection Profiles, task sequence MDT 2010 - Selection Profiles, task sequence

You can add  Selection Profiles for drivers/packages or whatever you want. Just add an extra step in your task sequence like above.

Customsettings.ini

As with DriverGroups you can choose to handle the DriverSelectionProfile in customsettings.ini or in your TS.

Example:

DriverSelectionProfile=Dell Latitude D520 x64

Microsoft Deployment Toolkit (MDT) 2010 Update 1 is RTM

Microsoft has released a new version of MDT 2010 named Update 1.

It’s a great tool im loving it.

What new:

For System Center Configuration Manager 2007 users:

  • New “User Driven Installation” deployment method. An easy-to-use UDI Wizard allows users to initiate and customize an OS deployment on their PCs that’s tailored to their individual needs.

  • Support for Configuration Manager R3 “Prestaged Media.” For those deploying Windows 7 and Office 2010 along with new PCs, a custom OS image can easily be loaded in the factory and then customized once deployed.

For Lite Touch Installation:

  • Support for Office 2010. Easily configure Office 2010 installation and deployment settings through the Deployment Workbench and integration with the Office Customization Tool.
  • Improved driver importing. All drivers are inspected during the import process to accurately determine what platforms they really support, avoiding common inaccuracies that can cause deployment issues.

Bug Fixes and small improvements

  • LTI Wizard performance improvement. The LTI Wizard now takes less time to initialize and shows up faster.
  • Issue in validating connection to the server fixed. In a few scenarios, MDT 2010 used to report the error message, "A connection to the distribution share could not be made" when a task sequence is run. The Microsoft Support article, “Error message when you use MDT 2010: ‘Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed,’” at http://support.microsoft.com/kb/977566 describes this issue in detail. This issue has been fixed in MDT 2010 Update 1.
  • Support for installing Windows 7 roles and features. MDT 2010 Update 1 adds support for installation of Windows 7 operating system roles and features.
  • Looping issue with x64 custom Windows images fixed. In MDT 2010, ZTI–System Center Configuration Manager deployments could get into an infinite loop when deploying an x64 Windows image captured by LTI. This issue has been fixed in MDT 2010 Update 1
  • Error handling improvements in MDT task sequence templates. In MDT 2010, task sequences appear to finish successfully even when they really failed. These issues are fixed in MDT 2010 Update 1.

Download the new version HERE 😀

Deploy Office 2010 with Multiple Languages with MDT 2010

I Like Office 2010. For me it is the best Office version i ever worked with.
MDT 2010 it’s great tool that Microsoft created.
Now i will talk about how you deploy Office 2010 with Multilanguage packs with MDT 2010.

Step 1: Download the Office 2010 English version booth will be in x86 & x64

Step 2. Download the Office 2010 (language) Multilanguage iso only available from the Microsoft Volume Licensing site. Both in x86 en x64.

Step 3. Add the Office 2010 English version to MDT 2010 here office-2010-uitrollen-met-mdt-2010

Step 4. Extract the Office 2010 (language) Multilanguage iso with 7zip in the same application folder witch you created in Step 3.

Step 5. When you open MDT 2010 management console and you go to the Office 2010 Application that you added in step 3. You wil see that MDT sees more the one language. In my case it was en-us and nl-nl. The Screenshot is from the older MDT 2010 you MDT sees Office 2010 as Office 2007. MDT 2010 beta 1 supports Office 2010. I found till now no issues deploying Office 2010.

 image

Step 6. Check the languages that you want. Check the Screenshot how i did it.

Step 7. Deploy the a Windows XP or Windows 7 client with Office 2010 Multilanguage versions.

Step 8. You can check with Microsoft Office 2010 Language Preferences or the languages that you configured are installed.
image

Step 9. Use Group Policy to set the language settings for users

    1. Download the Office 2010 policy template files to your computer. You will find them HERE

    2. Make a new GPO named Office 2010 languages settings it is a user policy.

    3. Under User Configuration in the console tree, right-click Administrative Templates.

    4. Click Add/Remove Templates, and then click Add.

    5. In the Policy Templates dialog box, click the template that you want to add, and then click Open.

    6. After you add the Office 2010 templates, click Close.

    7. Open the Group Policy object (GPO) for which you want to set policy.

    8. Double-click User Configuration and expand the tree under Administrative Templates.

    9. Locate language-related policies in the Microsoft Office 2010 \ Language Settings node.

    10. Select the languages that you want to use for each setting.

    11. Save the GPO.

    12. Go Testing

    Exchange 2007 SP3 is released

    What’s New in SP3 for Exchange 2007


    Windows Server 2008 R2 Support

    Exchange Server 2007 SP3 supports all Exchange 2007 roles on the Windows Server 2008 R2 operating system.

    Windows 7 Support

    Exchange 2007 SP3 supports the installation of the Exchange 2007 management tools on a computer that is running Windows 7. Additionally, Exchange 2007 SP3 provides support for the installation of the Exchange 2007 Management Tools together with the Exchange Server 2010 Management Tools on the same Windows 7-based computer.

    Improved Password Reset Functionality

    Exchange 2007 SP3 introduces password reset functionality for Internet Information Services (IIS) 7.

    To enable the password reset feature

    1. Log on to the Exchange server that is running the CAS role by using an account that has local administrator rights.

    2. Start Registry Editor, and then locate the following registry subkey:

      HLKM\SYSTEM\CurrentControlSet\Services\MSExchange OWA

    3. Create the following DWORD value if it does not already exist:

      Value name: ChangeExpiredPasswordEnabledValue type: REG_DWORDValue data: 1

    4. Exit Registry Editor.

     Updated Search Functionality

    Exchange 2007 SP3 includes updates to the Exchange Search (MSSearch) component. MSSearch provides support for creating full text indexes for Exchange stores. Exchange 2007 SP3 updates the MSSearch binary files to MSSearch 3.1.

    Schema Changes

    Exchange 2007 SP3 includes Active Directory schema changes for certain Unified Messaging (UM) mailbox attributes. For more information, see Active Directory Schema Changes (SP3).

    Support for Right-to-Left Disclaimer Text

    Exchange 2007 SP3 includes support for Right-to-Left text in e-mail message disclaimers in a right-to-left language, such as Arabic. In earlier versions of Exchange, when you use a transport rule to create a disclaimer in a right-to-left language on an Exchange 2007 Hub Transport server, the text appears incorrectly when you view it from Outlook 2007.

    Exchange 2007 SP3 adds functionality to the transport rule setting to fully support right-to-left text in disclaimers.

    Download here SP3 for Exchange 2007

    Access Denied Error 0x80070005 message when initializing TPM for Bitlocker

    When you try to turn on Bitlocker on Windows 7 Operating System Drive, you may get the Access Denied Error message while initializing TPM.

    image

    Additionally, when you open the TPM Management Console and you try to initialize TPM you get error message 0x80070005.

    image

    Solution:

    To set correct permissions, follow the instruction below:

    1. Open Active Directory Users and Computers.

    2. Select the OU where you have all computers which will have Bitlocker turned ON.

    3. Right Click on the OU and click Delegate Control.

    image

    4. Click Next and then click Add.

    image

    image

    5. Type SELF as the Object Name.

    image

    6. Select create a custom task to delegate.

    image

    7. From the object in the folder, select Computer Objects.

    image

    8. Under show these permissions, select all 3 checkbox.

    image

    9. Scroll down in permissions and select the attribute Write msTPM-OwnerInformation.

    image

    10. Click Finish.
    image

    After you have done the above steps, you should be able to initialize TPM successfully.

    It worked for me!!!

    SOURCE

    VMware Workstation 7.1 is available

    VMWare has released VMware Workstation 7.1.

    image

    What’s New in VMware Workstation 7.1

  1. Support for 8 virtual processors (or 8 virtual cores) and 2 TB virtual disks.
  2. Support for OpenGL 2.1 for Windows Vista and Windows 7 guests.
  3. Greatly improved DirectX 9.0 graphics performance for Windows Vista and Windows 7 guests. Up to 2x faster than Workstation 7.
  4. Launch virtualized applications directly from the Windows 7 taskbar to create a seamless experience between applications in your virtual machines and the desktop.
  5. Optimized performance for Intel’s Core i3, i5, i7 processor family for faster virtual machine encryption and decryption.
  6. Support for more Host and Guest Operating Systems, including: Hosts: Windows 2008 R2, Ubuntu 10.04, RHEL 5.4, and more Guests: Fedora 12, Ubuntu 10.04, RHEL 5.4, SEL 11 SP1, and more.
  7. Now includes built in Automatic Updates feature to check, download, and install VMware Workstation updates.
  8. Ability to import and export Open Virtualization Format (OVF 1.0) packaged virtual machines and upload directly to VMware vSphere, the industry’s best platform for building cloud infrastructures.

    Download VMware Workstation HERE. You need a valid VMware Account to download.

  9. Outlook 2007 Autodiscovery Warning when using SRV record for Autodiscover

    Sometimes when you open Outlook 2007 using a autodiscover srv record for Exchange 2007 you wil get de following error:

    autodiscover_warning_message 

    Solution 1:

    1. Close Outlook 2007
    2. Start Registry Editor
    3. In Windows 7, click Start –> RUN
    4. type regedit in de box and then click OK
    5. Collapse this imageExpand this image
    6. HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\AutoDiscover
    7. Click the Edit menu, point to New, and then click String Value.
    8. Type RedirectServers, and then press ENTER
    9. Right-click RedirectServers, and then click Modify.
    10. In the Value data box, type a semicolon delimited list of the HTTPS servers to which AutoDiscover can be redirected without prompting for confirmation from the user, and then click OK.
    For example, you want to allow for the following list of servers:
      – https://wardvissers.nl
      – https://wardvissers.local
    11.Type the following in the Value data box: wardvissers.local;wardvissers.nl
    12. On the File menu, click Exit to exit Registry Editor

    Solution 2:
    Setting the registry key with group policy preferences.
    clip_image002

    When trying to activate you get 0xC004F074 with description "The Key Management Server (KMS) is unavailable"

    Error:
    image

    The KMS host that is used is very probably a Windows Server 2008 KMS host that cannot standard activate Windows 7 and 2008 R2 machines.

    When you do not have Windows Server 2008 R2 KMS host key have then you must have a Volume License agreement so that your request your Windows 7 and Windows 2008 R2 kms keys.

    Resolution

    Step 1:
    -If the KMS host a Windows Server 2003 SP2 machine is you have the update from the KB article KB968915 install and restart the machine.
    -If the KMS host a Windows Server 2008 SP2 machine is you have the update from the KB article KB968912 install and start the new machine.
    -If the KMS host one Windows Server 2008 R2 machine is you have to install any further update.

    Step 2:
    You the new KMS host key import now. The commands are as follows:

    1. Uninstall KMS license Key on host – slmgr.vbs /upk

    2. Install Windows Server 2008 R2 KMS license key – slmgr.vbs /ipk <Your Key>

    3. Activate KMS server online: slmgr.vbs /ato

    4. Net Stop slsvc

    5. Net Start slsvc

    The clients can now activate

    WAIK Add Drivers to a Wim File

    Some handy Windows 7 Waik commands to add drivers to a wim file.
    Before you start copy the wim file to your harddisk

    1. Some information about the Wim:
    Dism /Get-WimInfo /WimFile:d:\boot.wim

    2. Mount the wim file to a folder:
    Dism /Mount-Wim /index:1 /WimFile:d:\boot.wim /MountDir:d:\mountpe

    3. Add the Driver:
    Dism /Image:d:\mountpe /Add-Driver /Driver:d:\nic\b57nd60x.inf

    4. Close the wim file and saving the file:

    Dism /Unmount-Wim /MountDir:d:\mountpe /Commit

    Microsoft Application Compatibility Toolkit (ACT)

    The Microsoft Application Compatibility Toolkit (ACT) 5.5 is a free tool from Microsoft. It helps customers understand their application compatibility situation by identifying which applications are compatible with the Windows 7 RC and Windows Vista® operating system and which require further testing. ACT helps customers lower their costs for application compatibility testing, prioritize their applications, and deploy Windows more quickly. You can use the ACT features to:

    • Verify an application’s compatibility with a new version of the Windows operating system, or a Windows Update, including determining your risk assessment.
    • Become involved in the ACT Community, including sharing your risk assessment with other ACT users.
    • Test your Web applications and Web sites for compatibility with new releases and security updates to the Windows® Internet Explorer® Internet browser.

    Software Requirements:

    Type of Software Type of Software
    Operating Systems – Windows 7
    – Windows Vista
    – Windows Vista with Service Pack 1 (SP1)
    – Windows XP with Service Pack 2 (SP2) or Service
       Pack 3 (SP3)
    – Windows Server 2003 with Service Pack 2 (SP2)
    – Windows Server 2008 R2
    Database Components – Microsoft SQL Server 2008
    – Microsoft SQL Server 2005
    – Microsoft SQL Server 2008 Express
    – Microsoft SQL Server 2005 Express
    .NET Framework – ACT requires the .NET Framework 2.0 or newer.

    Download HERE
    image

    Translate »