Forum Discussion
alazarg
Jun 24, 2023Copper Contributor
Deploy File to Intune Enrolled Devices as Win-32 App
I had a request to Deploy a pdf file to user's desktop and could not find clear documentation, hence here is how I successfully deployed it and decided to share is with this amazing community. Deplo...
HappyPuffer
Oct 22, 2024Copper Contributor
This doesn't look too old of a post so hoping for a reply. This is all great stuff. Thanks.
I was wondering, if its possible to modify this to place a folder on the desktop with the files in them. I ask because we use public PCs for job seekers and they want a folder of templates on the desktop. I am using the Shared User configuration in Intune and wanted to have it so the folder is there with the contents. The folder and the files are on my PC.
JVal
Feb 07, 2025Copper Contributor
In your powershell script just add the line to create the folder:
New-Item -ItemType directory -Force -path "$Env:Public\Desktop\FolderName"