Announcement

Collapse
No announcement yet.

Distinguish Operating Systems

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Distinguish Operating Systems

    I'm running version v6.6B and I know how to see the details of a server and it tells me the operating System type, but I need more information as to whether it is Enterprise vs. Standard. Another way I can grab this information from the list?

  • #2
    Re: Distinguish Operating Systems

    I answered my own question. All you have to do is execute a WMI query against the servers you select and BAM....all the data you need.

    Comment


    • #3
      Re: Distinguish Operating Systems

      Let everyone know what WMI property indicates whether you have Standard vs. Enterprise.
      Kevin Stanush
      SystemTools Software Inc.

      Comment


      • #4
        Re: Distinguish Operating Systems

        Running a WMI query on the Win32_OperatingSystem class, and viewing the Caption field/property, will display the requested information. The Name field/property will display it also, but contained additional information that may not be needed.

        Hope this helps!

        Joel

        Comment

        Working...
        X