I am wondering if anyone has tried using Automox to deploy files to users. We have many remote users and every once in a while we need to deploy a batch file or RDP to their desktop.
In the past it was reliant on them connecting with VPN to our site and downloading the appropriate file. I would like to remove the shared folder dependency and upload the file to Automox and deploy directly from there.
What i was looking to do was something like
Copy-Item -Path ".\file.rdp" -Destination "C:\Users\Public\Desktop"
which does work when run in PowerShell from the folder containing the file.
It doesn’t need a remediation script just the ability to execute and deploy/overwrite any existing files. Thanks in advance!