Skip navigation

How can I check for a Windows Server 2008 Server Core installation as part of Group Policy application?

A. A Server Core installation has a specific OperatingSystemSKU, as follows: 13 (Standard Edition Server Core), 14 (Enterprise Edition Server Core), or 12 (Datacenter Edition Server Core). You can therefore use the following query to check via a WMI filter:

select * from Win32_OperatingSystem where OperatingSystemSKU=12 or OperatingSystemSKU=13 or OperatingSystemSKU=14

This figure shows the filter.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish