Command Shell Examples
Useful SQL Queries
Get HOST class properties (if any) - Jonathan Almquist on Operations Manager - Site Home - TechNet Blogs

Get HOST class properties (if any)

Get HOST class properties (if any)

  • Comments 1

Get HOST class properties (if any)

get-monitoringclass | where {$_.name -eq "class_name"} | foreach-object {$_.findHostClass().PropertyCollection} | ft name

main menu

What do you think about this post?
Leave a Comment
  • Post
What others have said about this post...