Run PowerShell scripts in 64-bit mode using SCCM Package

SCCM Packages run in 32-bit context, which forces System32 to be redirected to SysWOW64 on a 64-bit system. Even the SCCM CB version Packages run in 32-bit mode. So you might have faced difficulties in running powershell scripts in 64-bit mode. The fix for this is to ensure your batch file has the following lines: … Continue reading Run PowerShell scripts in 64-bit mode using SCCM Package