nrf 135 Posted August 9, 2015 Share Posted August 9, 2015 (edited) yes, apparently microsoft uses n00b programmers too. Edited August 9, 2015 by nrf 1 Link to post Share on other sites
Drashna Jaelre 159 Posted August 9, 2015 Author Share Posted August 9, 2015 yes, apparently microsoft uses n00b programmers too. Apparently. Link to post Share on other sites
GotNoTime 219 Posted August 9, 2015 Share Posted August 9, 2015 The WMI Filter is the built in one for the Folder Redirection GPO, that's enabled/created in the Dashboard.It has the >= operator on a string? All of the WMI filters I've seen by Microsoft including the Technet docs have always used the like operator and just listed multiple versions. Link to post Share on other sites
Drashna Jaelre 159 Posted August 9, 2015 Author Share Posted August 9, 2015 The Server 2012 Essentials used "<>", IIRC. So yay for consistency..... And if you want verification: http://titlerequired.com/2015/08/06/windows-server-essentials-2012-r2windows-10/ Link to post Share on other sites
GotNoTime 219 Posted August 9, 2015 Share Posted August 9, 2015 The Server 2012 Essentials used "<>", IIRC.<> means not equals which is valid for string operations but still doesn't make sense to have the % wildcard in it. http://titlerequired.com/2015/08/06/windows-server-essentials-2012-r2windows-10/Oops. It must have been just checking for Vista originally with 'version like "6.1%"' and then somebody at Microsoft messed up the update for Windows 8. Link to post Share on other sites
nrf 135 Posted August 9, 2015 Share Posted August 9, 2015 this indicates the development process did not even have a simple inspection process - passing that delta past anyone of experience would have yielded some comments one would think. 1 Link to post Share on other sites
Drashna Jaelre 159 Posted August 25, 2015 Author Share Posted August 25, 2015 this indicates the development process did not even have a simple inspection process - passing that delta past anyone of experience would have yielded some comments one would think. Yeah, most likely. Or just sheer laziness. However, out of courisity, tested this on Server 2016 Essentials Tech Preview 3... It's now just: select * from Win32_OperatingSystem where ProductType = "1" So, it's not checking the product version at all anymore. Link to post Share on other sites
Jason 84 Posted August 29, 2015 Share Posted August 29, 2015 Server 2016 will have an Essentials variant? Sweet! Sent from my iPhone using Tapatalk Link to post Share on other sites
Drashna Jaelre 159 Posted August 29, 2015 Author Share Posted August 29, 2015 Server 2016 will have an Essentials variant? Sweet! Sent from my iPhone using Tapatalk That's what it looks like. And even better, it looks like it's not forced to be the primary domain controller, so you seamlessly integrate it into an existing network, if needed. Check out the Tech Preview 3, if you want to look at it. Aside from those, there isn't too much different (some long overdue cleanup of the dashboard, but other than that...) Link to post Share on other sites
nrf 135 Posted August 30, 2015 Share Posted August 30, 2015 Can't wait to see the price on that for those of us not endowed with MSDN. As I understand it, it also includes the MultiPoint feature as well. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now