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?