Sign In
PerfWorld.com
ASP.NET Performance Tuning, Coding Standards, Guidelines, Best Practices, and Other Buzzwords
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
ASP.NET
IIS
Performance Counters
Powershell
Precompile
Browse by Tags
MSDN Blogs
>
PerfWorld.com
>
All Tags
>
powershell
Tagged Content List
Blog Post:
How can I use WMI and Powershell to determine if a computer running a 32-bit operating system can support a 64-bit operating system?
Reuben Frost
Below is a sample Powershell (Windows Powershell - WPS) script that will detect if a computer that is running a 32-bit operating system will support a 64-bit operating system using WMI (Windows Management Instrumentation). $strComputerName = "." $strCpuArchitecture = "" $intCurrentAddressWidth...
on
27 Feb 2009
Page 1 of 1 (1 items)