A couple of quick tips this time around. If you want to determine if you are running on Server Core from a script, you can do this via WMI. The command line way is: wmic path win32_operatingsystem get OperatingSystemSKU /value The value can then be converted
Read More...