Stuck in PSEXEC
-
Guys and gals,
I am stuck in psexec trying to install the View agent remotely.
I was able to uninstall it but having some issues installing a newer version.Here's my string:
psexec -u username -i \remote_machine cmd /c \location_of_executeable.exe /s /v" /qn VDM_VC_Managed_Agent=1 ADDLOCAL=CORE, PCoIP, SVIAgent, ThinPrint, USB" /forcestart /qnAfter running this, I get the message, cmd exited on remote_machine with error code 0.
When I check the remote machine, nothing is executed or installed.
Any ideas?
Thanks in advance.
-
If you want to continue down this path of PSEXEC, how about having an python agent that tracks your changes, check SaltStack, and salt minion, it will make your life alot easier, and it is much modern and supported than PSEXEC