Forum Discussion
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 appreciated
Thank you
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/
- SebastiaanSmitsSteel Contributor
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/
- kabamaruCopper Contributor
Hi Sebastian
That did the trick. Thank you for your time.
All the best