Howto identify a SEVERCORE installation in WS 2012 for GPO filtering (now that OperatingSystemSKU is useless)?
-
Tuesday, January 29, 2013 2:30 PM
In previous versions you could identify CORE installations from the OperatingSystemSKU attribute in the Win32_OperatingSystem class. Reference:
http://technet.microsoft.com/en-us/library/dd184083.aspx
This is no longer possible, the attribute does not differ. Is there any WQL statement to distinguish "Full Server", "Minimal Server Interface" and "Core"?
Right now I helped myself by quering "c:\windows\explorer.exe", whicht does not exist in Core. But this is not as useful as a WMI/WQL query.
Thorsten
All Replies
-
Tuesday, January 29, 2013 8:04 PM
> This is no longer possible, the attribute does not differ. Is there> any WQL statement to distinguish "Full Server", "Minimal Server> Interface" and "Core"?>> Right now I helped myself by quering "c:\windows\explorer.exe", whicht> does not exist in Core. But this is not as useful as a WMI/WQL query.>Why not? It is a valid workaround (select * from cim_Datafile wherename="c:\\windows\\explorer.exe")But anyway - win32_serverfeature should do the trick:regards, Martin
NO THEY ARE NOT EVIL, if you know what you are doing: Good or bad GPOs?
Wenn meine Antwort hilfreich war, freue ich mich über eine Bewertung! If my answer was helpful, I'm glad about a rating!- Marked As Answer by Thorsten _ Wednesday, January 30, 2013 8:26 AM
-
Wednesday, January 30, 2013 7:17 AMModerator
Hi ,
Thank you for posting your issue in the forum.
I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
Thank you for your understanding and support.
Best Regards,
Andy Qi
If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.
Andy Qi
TechNet Community Support -
Wednesday, January 30, 2013 8:29 AM
I do think that "win32_serverfeature" is indeed a good approach supplementary to the explorer.exe query.
Thanks for the answer, Martin!
Thorsten


