Welcome to TechNet Blogs
Sign in
|
Join
|
Help
The Deployment Guys
This Blog
About
Syndication
RSS 2.0
Atom 1.0
Search
Tags
BDD 2007
ConfigMgr
Configuration Manager
Default User
Deployment
Driver Management
Elevation PowerToys
GImageX
ImageX
LiteTouch
MDT
Microsoft Deployment
SCCM 2007
Scripts
Server 2008 R2
SMS 2003
Support
Tips and Tricks
USMT
Utilities
Video Walkthrough
WDS
Windows 7
Windows Automated Installation Kit
Windows Vista
XP Tablet PC Edition
News
Disclaimer: The information on this site is provided "AS IS" with no warranties, confers no rights, and is not supported by the authors or Microsoft Corporation. Use of included script samples are subject to the terms specified in the
Terms of Use
Archives
October 2009 (6)
September 2009 (5)
August 2009 (4)
July 2009 (2)
June 2009 (9)
April 2009 (4)
March 2009 (5)
February 2009 (2)
January 2009 (3)
December 2008 (5)
November 2008 (1)
October 2008 (8)
September 2008 (4)
August 2008 (7)
July 2008 (5)
June 2008 (5)
May 2008 (11)
April 2008 (12)
March 2008 (9)
February 2008 (2)
January 2008 (4)
Deployment Blogs
Microsoft Deployment Team Blog
Michael Niehaus' Blog
Microsoft USMT Team Blog
Other Guys
The Powershell Guy
The Virtual PC Guy
The Scripting Guys
Browse by Tags
All Tags
»
Tips and Tricks
(RSS)
BDD 2007
ConfigMgr
Configuration Manager
Deployment
ImageX
LiteTouch
MDT
Microsoft Deployment
SCCM 2007
Scripts
Support
USMT
Utilities
Video Walkthrough
Windows Vista
Wednesday, September 02, 2009 5:41 PM
Keeping An Eye On USMT Progress v0.2
Back in June I posted a script that I’d written that displays the progress of the USMT capture and recover phases in a neat HTML window off to one side of the screen; particularly useful if you are capturing/recovering large amounts of data because otherwise
Posted by
Daniel Oxley
|
3 Comments
Filed under:
Scripts
,
Utilities
,
Tips and Tricks
,
MDT
,
USMT
Attachment(s):
CUSTOM_USMT_Tracker.vbs
Thursday, March 26, 2009 3:06 PM
Sharing some simple HTAs
I was recently asked to share these files with a colleague, so I thought I would also share them with everyone via our blog. I developed them a while ago for a deployment project and I have since used them a few times more. Basically, they are 3 very
Posted by
Daniel Oxley
|
1 Comments
Filed under:
Scripts
,
Utilities
,
Tips and Tricks
Attachment(s):
SimpleHTAs.zip
Wednesday, January 14, 2009 7:38 AM
USMT Error Codes
I was recently configuring the User State Migration Tool for a customer’s MDT server when, during the testing phase, the USMT began failing with an error code (‘return code’ or ‘rc’ when you read the MDT log files). I searched the USMT documentation
Posted by
DeploymentGuys
|
7 Comments
Filed under:
Utilities
,
Tips and Tricks
,
USMT
Thursday, December 04, 2008 11:24 PM
User Experience for Configuration Manager Task Sequences - Part I
Ever wanted to add your own user communication and interaction to a Configuration Manager task sequence? Below is an HTML Application (HTA) that has a user interface for the task sequence with information about the deployment, a button to cancel or pause
Posted by
DeploymentGuys
|
4 Comments
Filed under:
SCCM 2007
,
ConfigMgr
,
Configuration Manager
,
Tips and Tricks
Attachment(s):
UserExperience.zip
Thursday, November 20, 2008 9:57 AM
Back to basics #3 – Branding the deployment and fixing the 0xc000000e problem
Two more tips for the blog. Actually, one is a tip and the other is the solution to a common problem I see! During the execution of a task sequence in MDT (normally while creating an image, or deploying one) the computer will display the Installation
Posted by
DeploymentGuys
|
7 Comments
Filed under:
Microsoft Deployment
,
Tips and Tricks
,
MDT
Friday, October 17, 2008 10:48 AM
Back to basics #2 – 7 Things you shouldn’t do in a LiteTouch Deployment
The below list is a list of the most common mistakes made when creating a LiteTouch task sequence. While not an exhaustive list, it might help to improve your deployment experience when using MDT to create LiteTouch deployments. 1.) Hard-code paths to
Posted by
DeploymentGuys
|
6 Comments
Filed under:
Microsoft Deployment
,
Deployment
,
Tips and Tricks
,
LiteTouch
Wednesday, October 15, 2008 9:27 PM
Porting Configuration Manager Task Sequences to a Different Environment
Many scenarios arise in which you may want to port your task sequence from one environment to another. Common scenarios include promotion through Lab and QA environments and migration between disconnected hierarchies. Configuration Manager allows you
Posted by
DeploymentGuys
|
1 Comments
Filed under:
ConfigMgr
,
Configuration Manager
,
Scripts
,
Tips and Tricks
Attachment(s):
TSPromoScripts.zip
Thursday, October 09, 2008 7:41 PM
Placing your window on top during the WindowsPE stage
Back in March, Richard Smith wrote a post about how to move the Task Sequence window to one side so that you can display a new window in the centre of the screen without it being covered up by the “Always On Top” Task Sequence window. Richard’s solution
Posted by
DeploymentGuys
|
2 Comments
Filed under:
Tips and Tricks
Wednesday, October 01, 2008 8:26 AM
Back to basics #1 – Locking the computer during deployment
This is the first post in a series that will cover some of the more simple/basic tricks that you can do with MDT, but that are often overlooked. I’ll be the first to admit that a couple of them I only learnt recently, even though I have been using
Posted by
DeploymentGuys
|
9 Comments
Filed under:
BDD 2007
,
Microsoft Deployment
,
Deployment
,
Tips and Tricks
Friday, August 29, 2008 4:31 PM
Logging All the Configuration Manager Task Sequence Variables
When debugging a MDT based Configuration Manager Task Sequence, it is often helpful to know what certain built-in Configuration Manager variables are set to during a step in the task sequence. For instance, you may want to see if _SMSTSLastActionRetCode
Posted by
DeploymentGuys
|
5 Comments
Filed under:
Configuration Manager
,
Scripts
,
Utilities
,
Tips and Tricks
Attachment(s):
OutputTSVariables.zip
Tuesday, August 26, 2008 8:39 AM
Non-shrinking WIM files
If you make regular changes to your WIM files with the use of the /MOUNTRW or /DELETE switches of IMAGEX, then you may have noticed that your WIM files do not shrink in size after you commit the changes back to the file. You could delete 500mb of
Posted by
DeploymentGuys
|
7 Comments
Filed under:
Utilities
,
Tips and Tricks
,
ImageX
Sunday, August 17, 2008 6:53 AM
Documenting Your Task Sequences Automagically
Often times, after creating an MDT or SCCM task sequence, you need to document it for yourself or your customers. Usually, this involves creating a table with the groups and steps, extracting their descriptions, identifying conditions and denoting the
Posted by
DeploymentGuys
|
8 Comments
Filed under:
BDD 2007
,
Microsoft Deployment
,
SCCM 2007
,
ConfigMgr
,
Configuration Manager
,
Tips and Tricks
Attachment(s):
tsDocumentorv1.xsl
Thursday, August 07, 2008 4:32 PM
How to Setup ConfigMgr 2007 on Windows Server 2008
Installing ConfigMgr 2007 onto a Windows Server 2008 based server can be a challenge. Having recently been through the process for my own lab environment I thought I’d share the process in the hope that it will save you some time when you need to
Posted by
DeploymentGuys
|
16 Comments
Filed under:
ConfigMgr
,
Configuration Manager
,
Tips and Tricks
,
Support
Monday, July 28, 2008 8:59 PM
Task Sequence logic tricks using MDT variables
In my particular part of the Microsoft organization (the CTS testing lab), we install just about every OS, at every service pack level, on both major platforms. Because of this, I created a master template that is used to create dozens of task sequences
Posted by
DeploymentGuys
|
3 Comments
Filed under:
Microsoft Deployment
,
Deployment
,
Tips and Tricks
Wednesday, July 09, 2008 10:41 AM
MDT Script Explanations
I get quite a few emails from people asking if there is a help file that details all of the scripts that are supplied with Microsoft Deployment Toolkit (MDT). The scripts form the engine of a deployment and can also help you to develop a framework for
Posted by
DeploymentGuys
|
1 Comments
Filed under:
Microsoft Deployment
,
Scripts
,
Tips and Tricks
More Posts
Next page »