Jump to content


drewz99

Task Sequence Folder Creation

Recommended Posts

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.

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.