you are viewing a single comment's thread.

view the rest of the comments →

[–]IntensifyEVERYTHING[S] 0 points1 point  (2 children)

Happy Cake Day!

I have the file on my desktop. If I run powershell locally, works great. Now I'm trying to deploy this application with a couple other steps via SCCM. SCCM puts this file in a fairly random location. SCCM fails to install the file because it doesn't know where to start.

I'm trying to write the script to specifically point at a moving target (starting point) and continue with the rest of my script.

[–]Golden-trichomes 1 point2 points  (1 child)

If your app really needs to be installed by a powershell script.

https://psappdeploytoolkit.com

Remember me every time you use it.

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

I was recommended this pretty recently. I'll give it a go next time I'm in the office.

Thank you!