How do I create a Dynamic SCOM group that includes HP servers with a certain name
Posted
by
makerofthings7
on Server Fault
See other posts from Server Fault
or by makerofthings7
Published on 2011-12-11T13:46:04Z
Indexed on
2012/09/12
21:40 UTC
Read the original article
Hit count: 205
scom
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?
© Server Fault or respective owner