↩ Back to CITN 2019

Intune Notes and Resources

Configuration Profiles in Intune

General

Custom Configuration Profiles

Custom OMA-URI

Custom ADMX

Patching Devices with Intune

PowerShell Scripts with Intune

Deploying Apps with Intune

Simple Install Command Example: Install BitDefender

Simple batch entry point for installing a Win32 app with command line switches.

"%~dp0epskit_x64.exe" /bdparams /silent

%~dp0 above specifies the current directory.

Your installer must support silent installation to be deployed with Intune.

More Interesting Install Script Example: Install Exam View

This is a more involved installation script example that involves working around issues caused by a poorly-behaved installer (symlinks content directories to user’s OneDrive, removes secondary installer not needed).

» Example Here «

Troubleshooting