on some cases when you don’t know where’s the machine..(HUGE DataCenter . .)
and you would like to know if it can be re-configured with hardware easily like a VM machine.
how you’ll do that ?
well its really easy by using Get-WmiObject Command
1 |
get-wmiobject -computer LocalHost win32_computersystem |
if the computer is virtual then we’ll get a result like this .
(Visited 23,101 times, 3 visits today)
How we can check for the same for mulitple server. Appricatie for ealry response