In the last post we took a look on how to create an Application from a MSI and deploy it using PowerShell :) But if I take a look at the Application Root node at the moment everything gets listed here . Say if I have 200 applications then it seems a bit messy...Let's organize them in a better way using "Folders" in ConfigMgr 2012. Applications Node: Folders are used to better organize Objects and it can have Objects of one type only. We will come to appreciate this when we see the end result. How do we create Folders ? Well there are a couple of ways I know of: Manual through ConfigMgr Console Using PowerShell CMSite PSProvider (exposed through the ConfigMgr Module) Using WMI Manual Way: I would like to organize the Apps based on the Vendor, so that Apps from same vendor are easy to locate. For Ex: Quest AD Snapin will fall under "Quest" 7-zip will fall under "OpenSource" etc. So go to the Applications nod...
Infra + Dev's ramblings