Can I make a collection to show which machines have .net 3.5 installed?
Howdy, .net 3.5 shows up as a Windows Feature within PDQ Inventory. On the 2016 box I'm checking, it's listed as: .NET Framework 3.5 (includes .NET 2.0 and 3.0)
If it is installed, it has a checkmark by it for the Enabled column. I want to make a collection of which machines have this installed but can't figure out a way to make it work.
As a starting point, I tried setting the criteria to Windows Feature | Name | Contains NET 2.0 but this creates a blank collection for some reason. I had to remove the 2.0 from the end to get it to find anything but then it returned every machine since there are lots of other features with "net" in the name.
Anyone know a way that I can make this work?
Thanks.
Comments
Look here:
.net 3.5
Ah, well that makes it easy. Didn't know .net was an actual variable you could just query on directly. 😃