Browse by Tags
April 26, 2012
In the new version of the MDT Web FrontEnd , I make use of some components from Teleriks extensions for ASP.Net MVC . Especially the grid , as it comes with all the necessary stuff like sorting, filtering, paging, etc. There is also a free/open source version available, that can easily be added to your own projects using NuGet. So enough marketing , however, one of the things that I miss in the default implementation is the ability to have a single text box that can be used for searching. On default...
... Read
the full post or
be the first to comment.
Filed under: Frontend, Development, JavaScript, Telerik, jQuery
April 20, 2012
I just released Beta 2.0.2 of the MDT Web FrontEnd . As promised, I will keep on publishing new releases in short cycles, so you can have bug fixes and new features as soon as possible. This it going to be a very important update and I urge you to download Version 2.0.2 as soon as possible, as it contains a whole bunch of fixes. Especially the MDT Database configuration, ConfigMgr Discovery and Active Directory Site discovery were pretty flaky if using an Internet Explorer < 9. IE9 and FireFox...
... Read
the full post or
be the first to comment.
Filed under: Microsoft Deployment, SCCM, Frontend, MDT 2012
April 18, 2012
As written in my last Blog Post , the first Beta of the MDT Web FrontEnd Version 2 has just been published. If you plan to test this version (what I really would appreciate), keep in mind, that it’s a Beta version. It shouldn’t be used in production. It’s provided “AS IS”, you know the game. The Beta has been tested on Windows Server 2008 R2 and Windows Server 2008 64 and 32 Bit. The only real requirement is the .Net Framework 4. Just follow these few steps, to get the Beta running: - Download...
... Read
the full post or
be the first to comment.
Filed under: Microsoft Deployment, Frontend, Database, ConfigMgr, MDT 2012
April 17, 2012
A long time ago in a Deployment galaxy far, far away … only a few Jedi were left to fight the dark forces of manual operating system installations. They created powerful tools to support their fight and hardened them in tough battles against habit and ignorance. New young Jedis saw their heroic efforts, and joined their fight and over the years the light forces got stronger and stronger. Now its time for YOU to join. Today the Microsoft Deployment Toolkit 2012 has been released (Download at http...
... Read
the full post or
be the first to comment.
Filed under: Microsoft Deployment, MDT, Frontend, ConfigMgr, MDT 2012
October 19, 2010
Roughly a year after the first public Beta and half a year after the initial release of Version 1 a new version of the MDT Web FrontEnd is getting closer. The new version will overcome a couple limitations of the first version plus it will get a whole bunch of new features. It’s still some work to do but I hope to have the first public Beta available at TechEd Europe 2010 . If you would like to support me on this project please read the bottom of this post. As an appetizer here are some first impressions...
... Read
the full post or
be the first to comment.
Filed under: Webservice, MDT, Frontend, TechEd
July 12, 2010
Recently I found an incredible useful solution that will be able to help you troubleshooting errors and especially exceptions of web applications like the MDT Web FrontEnd (Sadly not for pure web services). One typical way of troubleshooting them is to write all important information into a log file as the Deployment web service does (see the last post for more information on the implementation of NLog in the Deployment web service ). While often pretty useful it covers just the “ expected ” part...
... Read
the full post or
be the first to comment.
Filed under: Frontend, Development
July 07, 2010
One of the most important aspects of your applications and scripts (beside their actual purpose) is to log information about the currently running actions. On daily usage it might be useful to just verify if everything is working OK, or to have some kind of reporting based on this (logparser is quite helpful for such tasks). But as soon as a problem arises, this information is of huge importance to troubleshoot the current problem. So actually you can’t log to much, only to less. Logging in...
... Read
the full post or
be the first to comment.
Filed under: Webservice, Frontend, Development
July 03, 2010
since my last post. And I just wanted to take the opportunity to send a quick “ I’m still alive ” and give an overview of what is going to happen in the next time. In the last two posts ( VCS - Part 1 , VCS - Part 2 ) I wrote about Version\Revision Control Systems in general and how they could be of use, even for scripting or administrative purposes (yes, one article is still waiting to be published ;-) ). As not being a professional developer those typical developer tools are sometimes still new...
... Read
the full post or
be the first to comment.
Filed under: Custom Scripts, Webservice, Active Directory, Boot Wizard, MDT, Frontend, Development
April 20, 2010
I’ve always been a big fan of the PrettyGoodFrontEnd written by Johan Arwidmark . Originally written as a FrontEnd for ZTI deployments on SMS with BDD 2007 it has recently been updated for ConfigMgr (SCCM) 2007 Deployments with MDT 2010 integration. Similar to the Custom Boot Wizard I’ve mentioned already a couple times on this blog, Johan is now also using webservices to query the necessary information from MDT, Active Directory and ConfigMgr (SCCM). For this he wrote his own webservice reduced...
... Read
the full post or
be the first to comment.
Filed under: Custom Scripts, Webservice, Microsoft Deployment, SCCM, Boot Wizard, MDT, Frontend
April 05, 2010
One thing I really like about MDT 2010 is the implementation of Search Folders. By this highly flexible solution one can create a complete structure for several different scenarios at the same deployment share and group it for specific requests. It allows to e.g. handle 32 and 64 Bit applications in the same structure but giving a specific Task sequence only “access” to some of the folders. While this feature gives a great amount of flexibility to the Deployment workbench, the MDT Database is lacking...
... Read
the full post or
be the first to comment.
Filed under: MDT, Frontend, MDT 2010, Database
March 21, 2010
MDT has a built-in feature that allows you to install packages from SCCM on the fly during the Deployment process. More or less similar to installing applications from MDT . While this is great for dynamic deployments, it’s not that easy to use as you have to define the package with it’s package id and the program of the package to be run. A typical entry looks like MKO0023E:MDT – Install Microsoft Office 2007 I`m pretty sure that most of you that used this feature have spent already some time on...
... Read
the full post or
be the first to comment.
Filed under: SCCM, MDT, Frontend, How To
March 05, 2010
The Problem One of the main drawbacks of the MDT Web FrontEnd (there aren’t many ;-) ) is, that it does not have direct access to the Deployment Share(s). Normally that wouldn’t be a problem as most of the settings don’t interact with anything stored in the Database. Except applications imported into MDT. As you know you can import Applications into MDT and use them in your Deployment. As long as you choose them directly in the LTI Wizard no problem. But what if you want to add those applications...
... Read
the full post or
be the first to comment.
Filed under: MDT, Frontend, How To
March 04, 2010
First I would like to thank you all for your feedback so far. Almost 130 downloads within 3 days is quite impressive for such a solution. And although just released it was necessary to already patch a small bug. Cleaning up the code close before publishing the first version created a small bug that will cause an error on the access role evaluation. Sadly this affects all non-admin users configured in the frontend so it’s highly recommended to implement this patch. Luckily it’s enough to replace a...
... Read
the full post or
be the first to comment.
Filed under: MDT, Frontend
March 02, 2010
In the Last Post I showed you, how you can easily create a custom Setting in the MDT Database and use it in your custom scripts. In the example shown we added a custom Setting called “ CollectionID ” to the Database to enable some kind of Pre-staging for computers. With the example you would e.g. be able to pre-stage computer based on their SerialNumber in the MDT Database and then add it on the fly to the appropriate collection on the fly when pxe/cd booting the new computer. Very helpful if your...
... Read
the full post or
be the first to comment.
Filed under: MDT 2008, Microsoft Deployment, Frontend, MDT 2010, How To
March 01, 2010
Finally it’s done! I’m very happy to announce the release of version 1.0 of the MDT Web FrontEnd . It took a bit longer than expected since the last Beta from November 2009 but a lot of nice things needed to be added. But first, what is the MDT Web FrontEnd ? The MDT Web FrontEnd is a web based alternative for the MDT configuration database. It is 100% compatible to current MDT 2008, MDT 2008 Update 1 and MDT 2010 database installations running on SQL 2005 or 2008. Optionally (and recommended...
... Read
the full post or
be the first to comment.
Filed under: MDT 2008, Microsoft Deployment, MDT, Frontend, MDT 2010
More Posts
Next page »