March 24, 2008
I’ve downloaded MDT 2008 last Thrusday, and I wanted to test it right way.
But, I had some Task Sequences and some rules for CustomSettings.ini and Bootstrap.ini already made, so, does this still work after upgrading?
And the answer is a redundante and heavy YES!
After upgrading all tasks and rules were working correctly, and the only pass needed is:
- Open Deployment Workbench
- Right-click Distribution Share
- Select “Upgrade Distribution Share”
The Distribution Share is automatically updated with the new scripts and everything works just nice!
Leave a Comment » |
Uncategorized | Tagged: deployment, distribution share, mdt, upgrade, waik, workbench |
Permalink
Posted by Diogo Sousa
March 21, 2008
Microsoft makes available a new version of Microsoft Deployment Toolkit.
MDT 2008 extends existing functionality to deploy Windows Vista SP1 and Windows 2008 for both LTI and ZTI deployments.
This new version also support Windows AIK 1.1.
You can download it at:
Microsoft Download Center
Leave a Comment » |
Uncategorized | Tagged: lti, mdt, microsoft deployment, vista sp1, waik, windows 2008, windows aik 1.1, zti |
Permalink
Posted by Diogo Sousa
March 15, 2008
Here it is a new MDT LTI walkthrough video from Richard Smith.
On this video Richard talks and explains the following topics:
Add operating systems, applications, drivers and packages to MDT
Configure Office 2007 into the build process
Create a MDT Lite Touch task sequence
Setup a lab based deployment point
Create a customised build to a reference computer
Capture the reference computer as a customised WIM
Add the customised WIM back into MDT for deployment
Download Link:
Video Download
Full post:
Blog post link
Leave a Comment » |
Uncategorized | Tagged: build process, lite touch, lti, mdt, Richard Smith, sequence, task, walkthrough, wim |
Permalink
Posted by Diogo Sousa
March 4, 2008
Yesterday I’ve installed a fresh copy of Windows Vista (with SP1 by the way…) and like before I’ve moved my Favorites folder to a new location. Like before I got an error when trying to add new bookmarks to my favorites folder. I don’t know yet if this problem occurs when you don’t move the favorites folder to some place else.
Normally the error says something like “Cannot add ‘xxxxxx’. Unspecified Error”.
So, here it’s the solution for this issue:
- Open command prompt with elevated privileges (runas administrator)
- Navigate to the level where your favorites folder is.
- Execute this command line: icacls favorites /setintegritylevel (OI)(CI)low
Problem solved!
6 Comments |
Uncategorized | Tagged: favorites, icacls, setintegritylevel, Unspecified Error, vista |
Permalink
Posted by Diogo Sousa