Jump to content


liquidcourage1

Individual file push through SCCM?

Recommended Posts

***DISREGARD... probably going with an MDM client that can handle this***

 

 

Is it possible to push/deploy individual files through SCCM 2012?

My end-goal is to not only publish/deploy applications, but relevant files as well. For instance, if I deploy Adobe Reader XI, I'd like to go ahead and send some PDFs to a specific location on the PC.

The thought process is to have task sequences that eliminate GPOs or hundreds of powershell scripts which can add complexity to the environment very quickly if done in mass quantities.

Share this post


Link to post
Share on other sites

yes sure , just create a program with the blow command (Assume file is on shared server X and u want to copy it on C Drive of the Clients):

cmd /c copy /y "\\serverX\sharedfolder\File1.txt" "C:\File1.txt\"

 

Hint: you wont run distribute content as actually there is not program source to distribute it to dps :)))

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.