Operations Manager Command Shell Main Menu
Welcome to TechNet Blogs Sign in | Join | Help
Return discoveries running on specific interval

Got a new one today.  HTH.

Foreach ($discovery in (get-discovery | foreach-object {$_.DataSource}))
    {
    if ($discovery.Configuration -match "IntervalSeconds>seconds<")
        {$discovery.get_ParentElement().DisplayName} 
    }

main menu

Posted: Wednesday, April 08, 2009 12:14 PM by jtalmquist

Comments

No Comments

Leave a Comment

(required) 

(required) 

(optional)

(required) 

  
Enter Code Here: Required

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker