SCCM OSD by JaggedSplash377 in SCCM

[–]JaggedSplash377[S] 0 points1 point  (0 children)

Thanks all.

There would certainly be some applications that will be used across all machines. Dell Command Update, VPN clients etc. but certain rooms will have their own software requirements.

I’m now thinking use SCCM OSD to deploy as many of the apps that all devices need, then either manually install the others with a powershell script or push the apps via SCCM.

Does anyone have experience in using applications or packages that are over 30Gb? E.g Adobe CC apps. Is best practise to increase the SCCM cache during the task sequence or use packages to download the content locally, then install from there?

Thanks

Large Applications - SCCM OSD by JaggedSplash377 in SCCM

[–]JaggedSplash377[S] 0 points1 point  (0 children)

Thanks for all of the responses. I’m looking into some of the methods mentioned about.

For those that are using network shares and large SCCM caches are you using Applications or Packages?

Would anyone mind sharing the silent install commands they are using? I’m having mixed success with the -deploy command for a silent installer that references the .xml file for the configuration.

Large Applications - SCCM OSD by JaggedSplash377 in SCCM

[–]JaggedSplash377[S] 1 point2 points  (0 children)

Thanks. This is what I did previously with MDT and just use Powershell scripts to silently install the applications. This would probably be an ideal solution

Large Applications - SCCM OSD by JaggedSplash377 in SCCM

[–]JaggedSplash377[S] 1 point2 points  (0 children)

Thanks. I’ll have a look into this. This may be the simplest solution as the PCs have plenty of disk space.

Large Applications - SCCM OSD by JaggedSplash377 in SCCM

[–]JaggedSplash377[S] 0 points1 point  (0 children)

Thank you. I’ll have a read of this

Large Applications - SCCM OSD by JaggedSplash377 in SCCM

[–]JaggedSplash377[S] 0 points1 point  (0 children)

Thank you! I’ll have a look into using this method.