Showing posts with label Trigger On Demand Discovery. Show all posts
Showing posts with label Trigger On Demand Discovery. Show all posts

Thursday, February 27, 2014

[OpsMgr 2012] Trigger On Demand Discovery task ( #OpsMgr2012 #SystemCenter)

Hello all,

I'm today working on some issues with SQL discoveries and we Have Microsoft guy on site to bring some help. For debugging he wanted to trigger discoveries on demand and I realized that I already wrote a post on that topic !



 
To be able to execute this task you need to know the DiscoveryId by using the Get-ScomDiscovery cmdlet with the -Displayname parameter, or if you know it the -Name parameter - It will look something along the lines of: 94d82cfb-2644-97ab-b42c-f0438d77b90a and the TargetInstanceId
by using the Get-ScomClass and Get-ScomClassInstance cmdlets.
Not so easy !
 
Michel Kamp has published a post HERE with a powershell script that will call the SCOM task. Instead of using Ids, the script allow you to use the Discovery Display Name and the Discovery Target Display Name that you can both retrieve in the SCOM console. Well it's more user friendly !
 
Testing is in progress - seems to work ! Good !



This posting is provided "AS IS" with no warranties.

Monday, January 28, 2013

[OpsMgr 2012] Trigger On Demand Discovery task

I've read, but not tested yet, an article that explains how to Manual trigger a Discovery via the SCOM Console (On Demand Discovery) Posted by Matthew on January 24, 2013.

I was not aware of this new task but this will help me a lot ! You can now, within the Operations Manager 2012 console, run this task on a health service to manually trigger a discovery attempt!

You 'll find the task when clicking on an agent on the agent health state view.


Then follow Matthew's documentation on his site.

This posting is provided "AS IS" with no warranties.