Guest Marius Posted March 30, 2022 Share Posted March 30, 2022 Hello, Is there anyway to copy a bat file from a server where is eset management console installed, to the managed computers so i can run the file locally instead of sending the commands to the operating system ? Basically wanna send a bat file so i can upgrade the operating systems, but you need to disable lan before changing the key. So if i run the command from console it stops after disabling ethernet, and does not continue from there. If i run locally on the client, the bat file runs successful. Link to comment
Administrators Marcos 5,406 Posted March 30, 2022 Administrators Share Posted March 30, 2022 You could use Powershell to download the file from the Internet and run it. Note that the "Run command" task is run in the local system account and thus has no permissions to access network shares. Link to comment
Recommended Posts