Win32 Application Packaging #3 [2022] - Copying files to target devices using Intune

Опубликовано: 18 Май 2026
на канале: ScouseFix
19,342
108

In this video I will show one way to create a folder structure and then copy files into it using a Win32 App from Intune.

You can use this method to copy new files or to overwrite existing files.

The .cmd file would be like this

REM Create Directory
cmd /c mkdir "C:\Program Files (x86)\DIR-YOU-WANT-TO-CREATE"

REM Copy files to workstation
xcopy FILENAME.ANYTHING "\PATH-TO-COPY-FILES-TO\" /y
xcopy FILENAME.ANYTHING "\PATH-TO-COPY-FILES-TO\" /y

If you like my content, please Subscribe, like and share

Thanks for watching