Category: Intune Scripting
-
Intunewin install as 64 bit
One thing that has been painful is packaging something as a Intunewin application only for it to install information in a 32 bit registry. The simple solution to this issue is adding a Powershell script to switch to 64 bit. As an example, installing the Configuration Manager client. Start-Process -FilePath “$ENV:WINDIR\SysNative\WindowsPowershell\v1.0\PowerShell.exe” -ArgumentList “-File “$PSScriptRoot\Install_MEMCM.ps1” ”…
