WMI filter specific servers

C

Chicojrman123

I am in need of a specific wmifilter to include only specific servers for example i need this WMI filter to only include servers with naming convention such as: PRIMARY08xx and BACKUP08xx, I'm not sure if %% or ?? serve as wild cards?


so would my filter look like this? select * from Win32_ComputerSystem where Name = ‘BACKUP08%%’ or 'PRIMARY08%%'



1278725.png

Continue reading...
 
Back
Top Bottom