Is it possible to do this with VM list filters?
-
I'm trying to filter the VM list to show only Windows servers that are set to receive drivers via Windows update and don't seem to be able to do it. As far as I know, the property is called hasVendorDevice but using either hasVendorDevice:true or hasVendorDevice:false ends up showing no VMs at all? Am I doing something wrong and, if so, what or is it just not possible to filter on this? I'm also trying to filter based on the secure boot setting and having the same problem with that.
Any help would be greatly appreciated.
-
@JeffBerntsen Sounds like you didn't try it exactly like I posted it --
hasVendorDevice?
See here for an explanation in the docs.
-
@JeffBerntsen You likely would have to filter on this setting "Manage Citrix PV drivers via Windows Update" though I'm not sure what the reference would be within XCP-ng off hand.
-
Try:
hasVendorDevice?
-
@Danp I've tried that and it doesn't seem to work. Entering hasVendorDevice into the filter box whether followed with nothing, with :true or :false, leaves the filtered VM list completely empty. I'm running on xoa updated to the latest stable channel version, 5.99.1.
-
@JeffBerntsen Sounds like you didn't try it exactly like I posted it --
hasVendorDevice?
See here for an explanation in the docs.
-
@Danp You're right, I missed the question mark on it when I tried it before. With the question mark, it works. Thank you for your help.
-
-