When I was browsing the net, I stumbled upon a script that would convert a ContentID to DisplayName and PackageID. This got me thinking that when you’re troubleshooting Application deployments, you sometimes need...
Most of you have probably used the Application Model in ConfigMgr 2012 and above right about now. If you still haven’t made the switch to Applications instead of Packages, I urge to do so. Something that I see at...
Time flies by and it’s already almost a year ago I released my PowerShell script to slipstream Adobe Reader for deployment with ConfigMgr 2012 as an application. During this time, I’ve received a lot of...
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...
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...
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...
This is going to be a very short blog post, since I’ve improved the method of slipstreaming Adobe Reader mentioned in this blog post. The latest version of Adobe Reader is 11.0.6 and it’s a quarterly...
A member on the TechNet forums asked a question why a certain PowerShell script was not working on virtual machines, but it worked on physical. The member didn’t provide the whole script, but basically the primary...