PowerTip: Determine if PowerShell is a 64-Bit Version

Doctor Scripto

Summary: Use Windows PowerShell to easily find out if the shell is a 64-bit version.

Hey, Scripting Guy! Question How can I use Windows PowerShell to determine if I am currently running a 64-bit version?

Hey, Scripting Guy! Answer Use the Is64BitProcess static method from the System.Environment class:

[System.Environment]::Is64BitProcess

0 comments

Discussion is closed.

Feedback usabilla icon