How to send File (.exe) to public desktop via KACE
- Managed to send the file to KACE folder but not able to copy it to public desktop, attached is my script
0 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
Please log in to answer
Posted by:
iguthrie
3 years ago
Top Answer
If using a script, I would zip up the file, add the zip file to the Dependencies, and unzip it to c:\Users\Public\Desktop.
For example, make a zip file called TeamViewerQs.zip with the exe inside. Add it as a dependency in the script. Then in the Task, either the Verify or On Success step, Add an 'Unzip a file' with the following steps:
Directory: $(KACE_DEPENDENCY_DIR)
File: TeamViewerQs.zip
Target: c:\users\public\desktop
Save and test it.
Posted by:
edwincarlos
3 years ago
Posted by:
Nioky
3 years ago