A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:
Would it be possible for you to provide a script that copies all available PMPC Cloud log files from a PC to a certain location? My goal is to give the user a script which collects the logs, so the user can make a ZIP file and send them to me
The script will create a folder on a file server named by the env:hostname+username, check the connection to the file server, check if any of the files have been modified since the last copy and upload the files to the file server.
You can either run this script manually with the user, or deploy as a platform script to run, after putting in your own fileserver hostname/share
Hi, I've written my own script to do this.
The script will create a folder on a file server named by the env:hostname+username, check the connection to the file server, check if any of the files have been modified since the last copy and upload the files to the file server.
You can either run this script manually with the user, or deploy as a platform script to run, after putting in your own fileserver hostname/share
Hope this helps