Forum Discussion
JVal
Feb 07, 2025Copper Contributor
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