Intune – Set up Power Management

#1 Access Intune > click Device configuration > click Profiles > click Create profile button #2 Select Platform: Windows 10 or later > click Profile: choose Custom > click Create button > Enter Name and Description  > In Custom OMA-URI Settings, click Add.   #3 Add each of these:   Name: DisplayOffTimeoutOnBattery OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Power/DisplayOffTimeoutOnBattery Data Read More …

Azure – Intune – Disable Antivirus Notification

This is how you get rid of the AV toast notification from the Windows Security Center.   Create Policy Log into Azure Microsoft Intune > Device configuration > Profiles   Configure the Profile Name: Disable Antivirus Notification Platform: Windows 10 and later Profile type: Endpoint protection Select ‘Settings Configure’   Select ‘Microsoft Defender Security Center’ Read More …

Azure – Intune – Deploy Apple iTunes Package

Deploy Apple iTunes using Intune.   Steps Step 1 – Create C:\intune\iTunes folder. Step 2 – Extract and copy iTunes setup files to the C:\intune\iTunes folder. Step 3 – Create _Intune.cmd in iTunes folder containing the following code: cd “%~dp0” msiexec.exe /i “AppleApplicationSupport.msi” /qn /norestart msiexec.exe /i “AppleApplicationSupport64.msi” /qn /norestart msiexec.exe /i “AppleMobileDeviceSupport64.msi” /qn /norestart msiexec.exe /i “Bonjour64.msi” /qn /norestart Read More …

Intune – Deploy Acrobat Reader Package

Deploy Adobe Acrobat Reader using Intune.   Steps Step 1 – Create C:\intune\AcrobatReader folder.   Step 2 – Download Enterprise Acrobat Reader, and create custom transform. Copy contents of enterprise EXE to the C:\intune\AcrobatReader folder.   Step 3 – Create _Intune.cmd in AcrobatReader folder using the following code: cd “%~dp0” setup.exe ::add any other commands here   Step 4 – Create Read More …

Intune – Deploy Citrix Package

Deploy the Citrix Workspace App using Intune.   Steps Step 1 – Create C:\intune\Citrix folder.   Step 2 – Download Citrix setup to C:\intune\Citrix folder.   Step 3 – Create Intune.cmd in Citrix folder containing the following code: cd “%~dp0″ CitrixWorkspaceApp.exe /forceinstall /silent STORE0=”Store;https://mycitrix.umc.edu/Citrix/ummcWeb/discovery;Store” reg add “HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Citrix\Dazzle” /v AllowAddStore /t REG_SZ /d A /f /reg:64 :: add any other commands Read More …