How to Find if Windows is 64 Bit or 32 Bit with PowerShell
[environment]::Is64BitOperatingSystem
Returns True if you are running 64 bit.
Only works on machines that are running .NET 4.
[environment]::Is64BitOperatingSystem
Returns True if you are running 64 bit.
Only works on machines that are running .NET 4.