Powershell BLOG
Quick function to determine if a computer is a VM or physical box
Hi Folks, this is a script to determine if the machine is a Virtual Machine or a Physical server, very useful in large Datacenters where sometimes you have to determine large lists of servers. <# .Synopsis A quick function to determine if a computer is VM or physical box. .DESCRIPTION Read more…
