Powersheel Script to load in SCCM
Budget: $30 – $250 USD
I need to package and deploy a package in SCCM, however, I am having issue that file names (including path) exceed 258 char limitation.
Check for more info: https://social.technet.microsoft.com/Forums/en-US/e558b464-5215-4f4e-b2c0-c255b20cb402/source-path-to-distribution-point-path-length-limitation?forum=ConfigMgrAppManagement
here they also implement a workaround:
"What I ended up doing as a work around was zipping everything up and then uncompressing them on the client to run the install. It works but it's cheesy."
I need to implement this using a powershell script. When client install package via Software Center, they need to call the .ps1 which:
- copy .7zip file from server to client in temporary folder
- uncompresses file
- runs .exe file (found in compressed file) with argument "--test" from temp location
- after installing clean temporary location
Check for more info: https://social.technet.microsoft.com/Forums/en-US/e558b464-5215-4f4e-b2c0-c255b20cb402/source-path-to-distribution-point-path-length-limitation?forum=ConfigMgrAppManagement
here they also implement a workaround:
"What I ended up doing as a work around was zipping everything up and then uncompressing them on the client to run the install. It works but it's cheesy."
I need to implement this using a powershell script. When client install package via Software Center, they need to call the .ps1 which:
- copy .7zip file from server to client in temporary folder
- uncompresses file
- runs .exe file (found in compressed file) with argument "--test" from temp location
- after installing clean temporary location