cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Chris1
Engaged Sweeper III
I have identified 700+ workstations whose DLP agents are corrupted. I must run an executable on each workstation to clean up the corrupted installations. Due to name resolution issues, many of the systems cannot pull the files from the Lansweeper share (tried). So I created a package to copy the necessary executable to the local c:\temp on each system and run the executable.


Run Mode: System Account

Step 1 Command xcopy.exe /Y \\servername\DefaultPackageShare$\Installers\DLP\clean_agent.exe "c:\temp"

Step 2 Command c:\temp\clean_agent.exe



When I run this package against a test system, step one completes fine.
Step two - the executable fails to run.

Any ideas where I have gone wrong?
1 REPLY 1
Bruce_B
Lansweeper Alumni
We would recommend running the exe from the command line on the local computer. The issue could be that some extra parameters are needed, or that the credentials used don't work. Either way, running it locally from CMD should be able to tell you more.