Does anybody have a 2003 R2 box to test the following relevance on, or can somebody recommend a better way to identify R2 machines?
exists key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion” whose (value “ProductName” of it as string as uppercase contains “R2”) of registry
The following relevance should support both 32-bit and 64-bit Windows OS’s:
exists registry whose (value “ProductName” of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion” of it as string as uppercase contains “R2”) or exists x64 registry whose (value “ProductName” of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion” of it as string as uppercase contains “R2”)