Question : Problem: SMS Software for pushing packages

I ran across some software 2 years ago that would allow you to push sms packages from a regular workstation without having to install sms server or for that matter use a server. I know since then SMS is now SCCM. Does anyone know the name of the software that does this or another alternative?

Answer : Problem: SMS Software for pushing packages

Why not just set "Allow users to run the program independently of assignments" in the advertisement?  Then the users can run them from the Run Advertised Programs applet in the Control Panel.

Otherwise, for remote cases, you can just use PSEXEC from Sysinternals and use "-s" to run the program in the SYSTEM context like SCCM/SMS does.

Example:

psexec -s \\somecomputer \\yoursmsserver\c$\SMSPKGC$\0010003D\somefile.exe>

Random Solutions  
 
programming4us programming4us