drewz99 Posted October 15, 2014 Report post Posted October 15, 2014 Hello, Would anybody be able to assist me with instructions on how I can distribute a folder to "Users, Public, Public Desktop" I would like to add this to a functional existing task sequence, but I'm lacking the knowledge to do so. Any assistance from the users of this awesome forum would be GREATLY appreciated. Quote Share this post Link to post Share on other sites More sharing options...
BB24 Posted October 27, 2014 Report post Posted October 27, 2014 drewz99, Can you more clearly express what you are trying to do? I am presupposing that you are trying to copy a folder (presumably from a package in SCCM) during a OSD Task Sequence to the %public%\desktop logical share? If so you could use a simply copy command from a run command line step (or change it to a .vbs, .bat or .ps1): cmd /c copy /Y <folder_name> %public%\desktop Obviously this would need to be done after the OS has been setup. Quote Share this post Link to post Share on other sites More sharing options...