I came across a need to determine what type of OS is installed on a Windows server. The idea being that if it is a 32 bit OS, I'll get a registry key from one location but if it is a 64 bit OS, the key lives in another location.
Using WMI, I simply look up the PROCESSOR_ARCHITECTURE valu...
[More]