I have a GPO that I want to apply to all Windows 10 version 1909 and above devices. I came across this article, create-wmi-filters-for-the-gpo, that talks about applying to a specific version of Windows. However, I want to create a WMI filter to apply to WIndows Version 1909 and above and not have to list out all the version numbers so that I don't have to keep modifying the filter when newer versions come out. Is the a >= that I can use ?

