Google News
logo
PowerShell - Interview Questions
Are you aware of the class that can enable us to identify if mc is 64 bit or 32 bit?
win32_computersystem.
We can use this as follows :
PS C:> $server = gwmi -cl win32_computersystem
PS C:> $server.SystemType X86-based PC
Advertisement