Sign in
System Center Operations Manager Command Shell
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
December 2007
(1)
November 2007
(1)
April 2007
(2)
February 2007
(2)
January 2007
(4)
November 2006
(1)
September 2006
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
System Center Operations Manager Command Shell
What Rules My Class?
Posted
over 6 years ago
by
scshell
0
Comments
There have been a few questions regarding how to enumerate the rules targeting a class. Here is a script you can save as a file. I named the script get-rulesforclass.ps1 param ([String] $className) $class = get-monitoringclass | where {$_...
Page 1 of 1 (1 items)