i'd just use xcopy to copy the file(s) to the desired profile, something like this perhaps
*How can I copy files from a package using a task sequence* Not as straightforward as you think<http://www.windows-noob.com/forums/index.php?/topic/2758-how-can-i-copy-files-from-a-package> On Mon, Nov 11, 2013 at 12:12 PM, Bogdan Radu <[email protected]> wrote: > Hi Niall, > > Thank you for your fast reply. > > You mean, creating a separate package for example: > \\SCCMServer\Packages$\Applications\DesktopTools\Files2Copy > > In Files2Copy folder ...copy the .rdp shortcut > > And then create a program for example: Copy files to all Desktop > > Using the command line: filecopy.bat C:\Users\Public\Desktop > > Something like that maybe.. > > > Is also possible to publish IE shortcuts with this method too ? > > Cheers. > > > > *From:* Niall Brady <[email protected]> > *Sent:* Monday, November 11, 2013 1:00 PM > *To:* [email protected] > *Subject:* Re: [mssms] Deploy RDP Shortcut using SCCM 2012 > > have you tried... > > creating the actual shortcut, then copy that file to a package and deploy > it to the desired user profiles desktop > > > On Mon, Nov 11, 2013 at 11:32 AM, Bogdan Radu <[email protected]>wrote: > >> Hello, >> >> Anyone know a smart way of deploying a RDP Shortcut using SCCM 2012 ? >> >> RDP Shortcut target should look like this: mstsc.exe /v:192.168.1.1 >> >> Thank you. >> >> Regards. >> >> > > >

