
By using wildcards, we can re-use the same script when we look at deploying other. ico from the ccmcache folder to another local folder on the client. * When the Application is deployed, we will use a script to copy the.

Installation Program: Powershell.exe -ExecutionPolicy Bypass -File “Install_Icon.ps1” Specify the Application Content Location and Installation Program and click NextĬontent Location: “\\contentserver\share\Icons\Awesome New App” Give the Deployment Type a Name and click Next Give the Deployment Type a NameĨ. Choose Script Installer from the Deployment Type drop down box and click Next Choose “Script Installer” as the Deployment Typeħ. We need to add a Deployment Type so click Add Click “Add” to create a new Deployment TypeĦ. Click Next No need to customize here, we are not displaying this Application in the Catalogĥ. We are not going to Display this Application in the Catalog so no need for a shiny icon or description. Choose a Name for the new Application and click Next Give your Application a NameĤ. In the Create Application Wizard, choose Manually Specify the Application Information and click Next Choose Manually Specify the Application Informationģ.

Right Click Applications and choose Create Application Create a New ApplicationĢ.

Re-mediate any client that fails the Configuration Baseline Evaluation for the Desktop Icon.Understanding the Configuration Baseline Results.Create a Configuration Item/Baseline to detect if the Desktop Shortcut exists.Create a Configuration Item/Baseline to detect if the Desktop Icon exists.Create an Application for the Desktop Shortcut.Create an Application for the Custom Desktop Icon.Brief overview of Configuration Items and Configuration Baselines.But i’m showing off Configuration Items 🙂īy the end of this post, I hope you will have a better understanding of how useful and flexible Configuration Items and Baseline are.

“Ben, why don’t you just use GPP’s for the Shortcut and an Application to deliver the custom. I have picked a relatively simple example and some may argue:.
#Icollections app shortcut windows 10#
The purpose of this post is to show you how you “could” use Configuration Items in your Windows 10 environment. Equally, we could use a Configuration Item for our detection logic (does the icon file exist) and then deploy a Package/Application, that puts the icon on the client, for any client that fails the Configuration Baseline Evaluation. If the file doesn’t exist it would get deployed to the client – nice and easy. We can use an Application to deploy a single icon file and have the Application Detection Method detect the icon file. With SCCM there are lots of ways to “skin the cat”. There was also a requirement to publish a “Custom” icon for each Desktop Shortcut.
#Icollections app shortcut how to#
Below is a link to a nice article showing you how to do this:. The shortcut was deployed using Group Policy Preferences (GPP). We had a requirement to deploy Desktop Shortcuts, to the Windows 10 Public Desktop, for a new application. I promised on Twitter that I would write this post if I had 20 peoples interest… Background
