how may list all VM's windows version

Tao Xu Elevated 21 Reputation points
2021-09-08T18:05:21.247+00:00

like windows 2012, 2016, 2008

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2021-09-08T19:26:52.543+00:00

    yet another one to try.
    https://mikefrobbins.com/2017/12/07/retrieve-basic-operating-system-information-with-powershell/

    --please don't forget to upvote and Accept as answer if the reply is helpful--


2 additional answers

Sort by: Most helpful
  1. Anonymous
    2021-09-08T19:04:43.07+00:00

    You can follow along here.
    https://mikerodionov.com/2017/12/getting-hyper-v-guest-os-information-without-logging-in-to-guest-osvm/

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  2. Tao Xu Elevated 21 Reputation points
    2021-09-08T19:23:28.29+00:00

    VMName : abc
    VMHost : localhost
    VMState :
    VMOSName : Unknown
    VMOSVersion : Unknown
    VMHostname : Unknown

    this is what i get :(

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.