Forum Discussion

JVal's avatar
JVal
Copper Contributor
Feb 07, 2025

Re: Deploy File to Intune Enrolled Devices as Win-32 App

In your powershell script just add the line to create the folder:

New-Item -ItemType directory -Force -path "$Env:Public\Desktop\FolderName"

No RepliesBe the first to reply

Resources