In an earlier post, I wrote about how you can leverage PowerShell to distribute application and packages to a Distribution Point Group. The script that I’m using in that post may work, but the code is not nearly...
Lately I’ve been involved in a migration project where the customer is moving from legacy Packages to the new Application Model. During our analysis we came to the conclusion that some packages would be left and...
Today I’ve released a new version of my MDT Factory Tool. Since this version include some fixes for WSUS and Application import, I suggest that you grab it right away if you’ve been using the older version...
During the past 2 months I’ve been working on a new tool that will assist ConfigMgr administrators with creating reference images. You may know that there’s various methods that you could use to create a...
During the development phase of my new tool that I will be releasing very soon, I had to find ways to amend and modify various settings in MDT. For instance if you’d like to add a line to the CustomSettings.ini by...
If you’re an ConfigMgr administrator like me, you will often find yourself in the situation where you may want to get the Product Code from a MSI file. Or perhaps you’re interested in the Product Version or...
I have seen a lot of scripts around for automatically generating the next available computer name for use with SCCM during the deployment stage, however I was looking for something that would read from Active Directory...
With ConfigMgr 2012 SP1 we received a bunch of new cool cmdlets for PowerShell, and as well for the R2 release, that we could use. This post will concentrate on how you can add a Product as search criteria to an...
In the event that you need to import a WinPE 4.0 or 3.1 boot image into ConfigMgr 2012 R2, you may want to enable the F8 command line support once you have imported the boot image. Since the servicing capabilities for...
A friend of mine asked me on Twitter today if I had a script that would list all applications in ConfigMgr 2012 where the Logon Requirement under the User Experience tab was set to Only when a user is logged on. A while...