Browse by Tags
April 18, 2009
This is the final article of a series creating a custom Boot wizard to dynamically choose the Task Sequence to run on the local computer. (See Create your custom Boot Wizard - some advanced stuff , Create your custom Boot Wizard - Display dynamic data and Create your custom Boot Wizard - Execute the Wizard, process the results and create the Boot Image for Reference). Now we will make this Boot Image available to all our clients no matter if they are already known to ConfigMgr/SCCM or not. We will...
... Read
the full post or
be the first to comment.
Filed under: MDT 2008, Microsoft Deployment, SCCM, Boot Wizard, PXE
April 18, 2009
In the last two articles Create your custom Boot Wizard - some advanced stuff and Create your own Boot Wizard - Display dynamic data we created a Custom Boot Wizard which requests a list of available OSD Task Sequences (we actually get the collections the Task Sequences are advertised to) and shows this dynamic list to the user to chose from. In this article we now will create a script which will call our custom Boot Wizard and process the results of the users choice. If you deploy a Boot Image via...
... Read
the full post or
be the first to comment.
Filed under: MDT 2008, Custom Scripts, Microsoft Deployment, SCCM, Boot Wizard
April 18, 2009
What we are trying to built here is a Boot Wizard which will show a dynamic list of available OSD Task Sequences from SCCM 2007 to choose from. The chosen Task Sequence shall then be executed on the local computer. To ease our job regarding the final deployment and the management of the Boot Images, we want to have a single Boot Image to be used for WDS/PXE/CD Deployment for all known and unknown computers. In the last article ( Create your custom Boot Wizard - some advanced stuff ) we dived into...
... Read
the full post or
be the first to comment.
Filed under: MDT 2008, Custom Scripts, Webservice, Microsoft Deployment, SCCM, Boot Wizard
February 11, 2009
In the first posts I showed how you can create ( Create your own MDT Webservice - Part 1 , Create your own MDT Webservice - Part 2 ) and access ( Calling a webservice from a script using MDT 2008 ) a simple webservice to be used in Deployments to ease access to the MDT Database. In the last post you could find a complete set of stored procedures do manipulate the MDT Database on-the-fly ( Get access to the MDT Database ). Now we are going to combine this. For the ones just interested to download...
... Read
the full post or
be the first to comment.
Filed under: MDT 2008, Webservice, Microsoft Deployment, SCCM, SMS, Active Directory
December 29, 2008
One common question regarding the deployment of a new operating system especially on refresh or replacement scenarios is how the user will get his previous applications back. All standard applications are probably already part of your thick image or will be defined as standard applications for all users or a specific location etc. However you will always have a bunch of applications which only a certain amount of users will use. And normally you don't want to spend time after the deployment to...
... Read
the full post or
be the first to comment.
Filed under: MDT 2008, SQL, Microsoft Deployment, SCCM, SMS