Sign in
The Deployment Guys
Helping to deploy your world automagically...
Tags
.Net Framework 3.5
AppLayoutFolder.bin
App-V
BDD 2007
Bitlocker
ConfigMgr
ConfigMgr 2012
Configuration Manager
CopyProfile
Customization
Default User
Deployment
Driver Management
Drivers
Elevation PowerToys
Event
firmware
GImageX
GPO Pack
hideshell
Image Engineering
ImageX
LiteTouch
MBAM
MDOP
MDT
MDT 2012
Media
Microsoft BitLocker Administration and Monitoring
Microsoft Deployment
Office
powershell
PXE
SCCM 2007
Scripts
Server 2008 R2
SMS 2003
Support
Surface Pro
Sysinternals
The Guys
Time Zone
Tips and Tricks
Tools
User Exit Script
USMT
Utilities
Video Walkthrough
WDS
Windows 7
Windows 8
Windows Automated Installation Kit
Windows Vista
WinPE
XP Tablet PC Edition
Browse by Tags
TechNet Blogs
>
The Deployment Guys
>
All Tags
>
configuration manager
Tagged Content List
Blog Post:
Printer Remapping in Windows 7 Deployments
DeploymentGuys
One of the challenges that I frequently come across is the shift from 32-bit operating system environments to 64-bit operating system environment during deployment projects. Windows 7 ships as both 32-bit as well as 64-Bit, with the 64-bit version becoming more popular due to its ability to handle large...
on
12 Feb 2013
Blog Post:
Automatically Populate the PATCH Property for the ConfigMgr Client Installation - Updated for ConfigMgr 2012
Michael Murgolo
Two years ago I posted a script to automatically set the PATCH property used by ccmsetup.exe to install client updates during the Configuration Manager client installation in a task sequence. That post is found here . Since Cumulative Update 1 for ConfigMgr 2012 has a client update that is almost a necessity...
on
11 Oct 2012
Blog Post:
Finish Actions for Configuration Manager OSD
Michael Murgolo
MDT 2010 introduced a new feature called Finish Actions . This allowed you to set the variable FinishAction to either SHUTDOWN, RESTART (or REBOOT), or LOGOFF and the computer would be shutdown, restarted, or logged off after the task sequence (and subsequent cleanup) had completed. Unfortunately...
on
6 Jul 2012
Blog Post:
Dynamically Installing ‘Computer Specific’ Applications Using Configuration Manager with MDT
Brad Tucker
There is a little known component of the MDT database that, when used with Configuration Manager, can automatically re-install applications that were previously installed on a device. It is not well known, simply because it isn’t readily visible from the database view within the Deployment...
on
2 Feb 2012
Blog Post:
ZTI MDT Debugger 1.0
Daniel Oxley
I've had this tool sitting in a folder on my laptop half-finished for a few months but after a particularly frustrating problem with a script in a ZTI deployment I was encouraged to finish it! The original MDTDebugger that I wrote is a great help for debugging tasks running in a litetouch (LTI) deployment...
on
4 Nov 2011
Blog Post:
Deployment Mindmaps
lutz seidemann
"Why deployment is so hard?", “Where can I find all related information?” What else I need to consider?” Those or similar questions are normal during my customer projects. After getting the same questions again and again, I’ve decided to create a Mindmap with all common links...
on
9 Sep 2011
Blog Post:
Windows 7 Background Customization
lutz seidemann
One of the most requested windows7 customization in every deployment projects is the OS branding. Here is a quick step by step guide. Windows Background Picture: If you want to assign a Win7 Background & Logon picture based on the size of the Monitor we recommend to create a picture that looks...
on
22 Aug 2011
Blog Post:
Dynamic Computer Naming in ZTI Deployments
DeploymentGuys
For a while I have been meaning to write up a solution around dynamic computer naming in Zero Touch. Many people have emailed or commenting on how useful this would be – so here goes. Zero Touch Installation relies on a combination of System Centre Configuration Manager (ConfigMgr) and Microsoft...
on
4 Aug 2011
Blog Post:
Back To Basics 5: Restricting Task Sequence Usage
Daniel Oxley
Often the simplest tips are the best ones, so here is one I have been using pretty much ever since I started working with MDT. When working as part of a team in the same MDT environment, you can often run into issues when various people are modifying the task sequence, or debugging a process that...
on
7 Jun 2011
Blog Post:
Kick-Starting SCCM Advertisements
DanielOxley
I managed to beat fellow Deployment Guy Michael Murgolo to the honour of the first post of 2011, so it is my responsibility to wish all our readers a happy new year! I hope all your 2011 deployment projects go well, and we've all got some good posts lined up over the coming months which hopefully will...
on
18 Jan 2011
Blog Post:
Deployment Walkthrough Videos Now Fully Posted
DeploymentGuys
Thanks you all for your patience waiting for the full set of deployment walkthrough videos to be posted on TechNet Edge . As per my previous post , over the past few months I have been updating the deployment walkthrough videos and I am pleased to announce that the whole video series has now been posted...
on
30 Nov 2010
Blog Post:
Automatically Populate the PATCH Property for the ConfigMgr 2007 Client Installation
Michael Murgolo
29 Aug 2010 Update – I must apologize to all of you who attempted to use this as originally posted. I wrote this script around two years ago and was posting it now because another MCS consultant needed. Unfortunately, while I was trying to remember how I did this, I left out an important detail...
on
13 Aug 2010
Blog Post:
Exporting All SCCM Variables To A Log File For Debugging
DanielOxley
Often when debugging a Windows deployment you might need to know the value that has been assigned to a particular variable. With a LiteTouch installation this is easy, you can just read the variables.dat file, or write a simple VBS/WSF script that displays a MsgBox() window showing the variable you want...
on
26 Apr 2010
Blog Post:
SCCM Client Install Getting Stuck
DanielOxley
Here is a simple tip that I thought I'd share in the hope that you don't need to lose a few hours of your life trying to work out what is wrong with your SCCM client sotware install! I was onsite with a client recently trying to upgrade some Windows XP computers to Windows 7. However, trying to install...
on
5 Apr 2010
Blog Post:
Adding Support for 802.1x to WinPE
DanielOxley
Adding 802.1x functionality to WinPE has been a hot topic for a while now. And, given the amount of traffic and comments that my earlier post generated when I linked to the newly released updates for WinPE that add this long awaited support, it seems that a lot of people are interested in implementing...
on
2 Mar 2010
Blog Post:
ConfigMgr Admin Console GUID documentor
DeploymentGuys
ConfigMgr allows for great extensibility to perform right click actions. You can find information on this here http://msdn.microsoft.com/en-us/library/cc143056.aspx . Those of you that have done this before know that the first step is digging through the adminconsole.xml file to find the correct GUID...
on
5 Dec 2009
Blog Post:
Location Deployment Wizard for ConfigMgr 2007
DeploymentGuys
When working on deployment projects, there is often a requirement for a workstation to be customised on a location by location basis. Common workstation customisations which are applied in this manner include: Localisation settings (locales, keyboard settings, time zones, Windows (Windows Vista...
on
17 Aug 2009
Blog Post:
User Experience for Configuration Manager Task Sequences - Part I
DeploymentGuys
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 the deployment and even a button for a desktop...
on
4 Dec 2008
Blog Post:
Porting Configuration Manager Task Sequences to a Different Environment
DeploymentGuys
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 to export task sequences into XML files as an out...
on
15 Oct 2008
Blog Post:
Logging All the Configuration Manager Task Sequence Variables
DeploymentGuys
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 was equal to a certain value or perhaps which management...
on
29 Aug 2008
Blog Post:
Documenting Your Task Sequences Automagically
DeploymentGuys
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 step actions and variables and then having format...
on
17 Aug 2008
Blog Post:
How to Setup ConfigMgr 2007 on Windows Server 2008
DeploymentGuys
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 create this configuration. Before you begin you...
on
7 Aug 2008
Blog Post:
Driver Management (Part 1) - Configuration Manager
Ben Hunter
I am often asked what the best way is to manage drivers with both BDD/MDT and ConfigMgr. With this in mind I thought I would create two blog posts dealing with this topic. The first post (this one) will cover ConfigMgr and the second BDD/MDT driver management. Please note this is not the only way...
on
15 Feb 2008
Page 1 of 1 (23 items)