Check Whether PowerShell Process is 32-bit or 64-bit?

Leave a Comment
Hi All,
Following command is used to check the windows PowerShell Version.

PS> [Environment]::Is64BitProcess

True

If it returns True means it is 64-bit  , false – 32 bit .


Thanks

Related Post

0 comments:

Post a Comment