WMI Query Language (WQL)

Examples

PS> ... -Filter "name LIKE '%pattern%'"
  • % is used as a wildcard

Last updated