PowerTip: Determine Windows Architecture with PowerShell
Summary: Use Windows PowerShell to identify whether you are running a 32-bit or 64-bit version of Windows. How can I use Window PowerShell to see if my version of Windows is 32-bit or 64-bit? Use Get-CimInstance and query the OSArchitecture property: (Get-CimInstance Win32_operatingsystem).OSArchitecture