Powershell distinguishes between physical and virtual machines

Source: Internet
Author: User

Today beans need to see what other physical machines (Windows systems), a simple method is to use PowerShell to determine


Directly search all the server system in AD, then query Win32_ComputerSystem can


$computer =get-adcomputer-filter {operatingsystem-like "*20*"} | Select-expandproperty nameinvoke-command-computername $computer {get-wmiobject Win32_ComputerSystem}-ErrorAction silentlycontinue| Select name, Model | Sort Model


As a result, the physical machine shows the model directly and the virtual opportunity is shown as a virtual platform

650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M01/84/6C/wKioL1eQcnvBaMOvAACHFSnrQCw560.png "title=" 12.PNG "alt=" Wkiol1eqcnvbamovaachfsnrqcw560.png "/>

This article is from the "Mapo Tofu" blog, please be sure to keep this source http://beanxyz.blog.51cto.com/5570417/1828412

Powershell distinguishes between physical and virtual machines

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.