Using the Powershell console, what command/commands can be executed to determine if the 32 or 64 bit bersion of Windows Server 2008 is installed?
feedback
|
|
Or try this:
Found at: http://msgoodies.blogspot.com/2008/05/is-this-powershell-session-32-bit-or-64.html | |||
|
feedback
|
|
"echo %PROCESSOR_ARCHITECTURE%" down-voted? Must not be powershelly enough, which is funny if you look at the other examples using WMI and other aliases. oh well, try this:
| |||
|
feedback
|
|
I would assume you can just open a command prompt and type: cd "C:\Program Files (x86)" if you get somewhere, you got 64 bit. | |||||
feedback
|