You need to be at vmware probe version 7.11 or higher.
- Navigate to Admin Console > Raw Configure > Setup, and add the config key 'filter_out_vms_with_vm_name_matching_regex' .
- Specify the value with 'VM name' of the VM(s) you want to exclude under the setup section via raw configure.
example:
.*ws\d\d$|.* wks\d\d$|.*backup.*
for filtering out the following:
computerwks01
machinews01
backup-source-1111-12345678
.*ws\d\d$ = used to filter out any source that ends with ws##
.* wks\d\d$ = used to filter out any source that ends with wks##
.*backup.* = used to filter out any source that has backup in the name
- Save the changes and restart the probe.
It should be noted that if you had already discovered the vcenter previously, the sources will have made it into USM.
You will need to find those sources in USM > Inventory and remove them from there, if they had already been discovered.