red orange yellow green blue pink

Free Deployment e-Book!

Wednesday, October 28th, 2009

You heard me right. Some things in life are free. Well, at least this e-book is available for download for free but you better get it now before they decide to pull the link. Microsoft is giving away a free Microsoft Press book based on Deploying Windows 7. The books title is "Deploying Windows® 7 Essential Guidance from the Windows 7 Resource Kit and TechNet Magazine". 

 

 

Read More

Unable to load DLL ‘wimgapi.dll’

Thursday, October 22nd, 2009
When trying to import Windows 7 Enterprise into the Deployment Workbench (MDT 2010) under operating systems, I received the following error.   Performing operation "import" on Target "Operating system". ---------------------------------------------------------------------------------------- Unable to get information for WIM file \\server\share\path\Install.wim . System.DllNotFoundException: Unable to load DLL 'wimgapi.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)    at Microsoft.BDD.PSSnapIn.WIMGAPI.CreateFile(String wimPath, AccessFlags desiredAccess, Disposition creationDisposition,… Read More

MDT Application Bundles

Thursday, October 8th, 2009
Application Bundles did not exist in BDD 2007 but are included in MDT 2008 and MDT 2010. Application Bundles are used to group applications so that they may be chosen as a group, then deployed together in a specific order. There are a few ways you can use these bundles during your deployment depending on how much interaction your want your installation technician to have. These bundles can either be chosen at time of deployment through the LTI wizard, preconfigured in your customsettings.ini or configured through your MDT database.  

Understanding the concept of Application Bundles

If you are familiar with how application dependencies… Read More

MDT 2010 and Powershell

Tuesday, October 6th, 2009
PowerShell is Microsoft’s replacement for the Commandline and is required in order to create and manipulate a deployment share in MDT 2010. If you have installed MDT 2010 on Wndows Server 2008, when you go to create your Deployment Share you will notice the following message.    PowerShell Warning   A quick online search does not help as PowerShell is not available for download from the Microsoft site for Windows Server 2008. This is because it is included in the OS. Here… Read More