Forum Discussion
kabamaru
Nov 20, 2024Copper Contributor
Assistance needed to deploy a file on desktop
Hello everyone I need to deploy an executable file (.exe) that does not require installation. Is there a way to deploy this file to each user's desktop via Intune? Any guidance would be appreciat...
- Nov 20, 2024
You an do this easily with the Win32 Content Prep Tool. You create a script that copies the file to the intended location (Desktop in your case) and the install command is the script. You package this to Win32 app and deploy through Intune. You can find an example here: https://traversecloud.co.uk/copy-files-to-managed-devices-with-microsoft-intune/
kabamaru
Nov 21, 2024Copper Contributor
Hi Sebastian
That did the trick. Thank you for your time.
All the best