How do I create a Dynamic SCOM group that includes HP servers with a certain name
- by makerofthings7
I'd like to select servers that are HP servers and start with NYCEX*. I looked at the following HP group and the query appears like this:
<Expression>
<Contains>
<MonitoringClass>$MPElement[Name="HewlettPackard.Servers.HPServer"]$</MonitoringClass>
</Contains>
</Expression>
How do I recreate that query and include a filter for a naming pattern, or AD OU?