OverviewWhat is the difference between local and remote running? |
What is the difference between local and remote running? |
The remote running means that the script or program is present on another computer on the network and that it must be run remotely using his network path. For example: \\POINTDEV\MySharedScript\script.bat. In this case, the program to be run must be in a shared directory available from each target computer and the execution account must have access permissions to the shared directory.
The local running means that the script or program is copied to all target computers in the %windir%\IDispatchAgent\Scripts folder then executed and removed on completion.
|
Ultima modifica: 24/04/2013 |