Determine if current PowerShell Process is 32-bit or 64-bit? January 18, 2023 by Tarik If you’re shell is running on .NET 4.0 (PowerShell 3.0): PS> [Environment]::Is64BitProcess True