We use SCCM to deploy several shortcuts. We just use the Application method with a simple batch file and have the discovery criteria look for the files on the public desktop. Pretty simple and not cumbersome at all.
copy "shortcut1.url" "c:\users\public\desktop" /y copy "shortcut2.url" "c:\users\public\desktop" /y copy "shortcut3.url" "c:\users\public\desktop" /y I never thought about using GP for it, but that method would probably be pretty simple too. If your shortcut isn't created yet and you also needed to know that, just right-click the desktop > new shortcut > instead of browsing for anything, just type or paste in the URL (e.g. http://www.google.com) > finish. After that, if you want to change the icon to something better, right-click it > properties > change icon. On Mon, Feb 1, 2016 at 12:57 PM, Gerding, Matt <[email protected]> wrote: > Does anyone know of a simple way to deploy an IE shortcut URL with SCCM > 2012 R2 to the all users desktop for client machines running Windows 7? > > > > Thanks, > > > > [email protected] > > > > > >
