Hi,
I am trying to run a simple batch file on remote computers, and retrieve the output.
This is the file:
@echo off
echo Test
I did create a new deployment, checked the “retrieve output” checkbox, but it does not work.
I get “Could not find file ‘\(computer name)C$Program FilesBatchPatchdeploymentBatchPatchDeploymentOutput1559882188.log’.” and exit code:1
What am I doing wrong?
How can I run a batch file and get the output of it?
Thanks!