17: How can I use Item Level Targeting to specify Windows Virtual Desktops (WVD) Multi-session Windows?
Apr 14, 2021
3222
Then the query you want is…
- The Operating System is Windows 10
- AND the WMI Query: select * from Win32_OperatingSystem where OperatingSystemSKU = 175
The result will look like this.
Note for other unusual SKUs you can use this article to get the ID: https://docs.microsoft.com/en-us/dotnet/api/microsoft.powershell.commands.operatingsystemsku?view=powershellsdk-1.1.0