I am looking for a query to find all VM's that I have not assigned a label to in Virtualization Manager.
Hello,
you can find items which haven't been labeled by concreted labels. For example if we created labels TEST and LABTEST following query will display items which doesn't have none of these labels:* AND NOT LABTEST:* AND NOT TEST:*