Forum Discussion

kabamaru's avatar
kabamaru
Copper Contributor
Nov 20, 2024
Solved

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...
  • SebastiaanSmits's avatar
    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/

Resources