Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Determine Windows Architecture with PowerShell

$
0
0

Summary: Use Windows PowerShell to identify whether you are running a 32-bit or 64-bit version of Windows.

Hey, Scripting Guy! Question How can I use Window PowerShell to see if my version of Windows is 32-bit or 64-bit?

Hey, Scripting Guy! Answer Use Get-CimInstance and query the OSArchitecture property:

(Get-CimInstance Win32_operatingsystem).OSArchitecture

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>