I need to copy Ookla Speedtest.exe CLI to System32 for multiple systems, I setup the below Worklet script but it doesnt seem to work. Am I missing something to do with permissions when copying over files to the system32 folder which always requires Admin priveleges as we all know. Not sure how to get around this if it is the case. I have the speedtest.exe also uploaded to the Policy too. Any ideas will be much appreciated.
Copy-Item speedtest.exe -Destination "c:\windows\system32\"