Comments on: Operations Manager Authoring https://thomaslarock.com/2008/11/operations-manager-authoring/ Thomas LaRock is an author, speaker, data expert, and SQLRockstar. He helps people connect, learn, and share. Along the way he solves data problems, too. Mon, 01 Dec 2008 22:20:18 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: SQLBatman https://thomaslarock.com/2008/11/operations-manager-authoring/#comment-216 Mon, 01 Dec 2008 22:20:18 +0000 http://sqlbatman.com/?p=617#comment-216 Thanks Daniele. The point about WMI was regarding the creation of a custom attribute, you get two choices, neither of which was helpful.

Stefan posted an answer for me on his blog, and I think I should be able to continue with my Big Idea.

]]>
By: Daniele Muscetta https://thomaslarock.com/2008/11/operations-manager-authoring/#comment-215 Mon, 01 Dec 2008 20:36:34 +0000 http://sqlbatman.com/?p=617#comment-215 Not sure about WMI, but to extract info from SQL (such as tables and sps) you should be querying SQL directly… probably this kind of discovery can be done more easily by wrapping your query logic with a script calling ADODB objects. The discovery SHOULD target the “DB” class and discover the “TABLE” class contained therein, for example.
This article from Steve should get you started on discovery based on SCRIPTs: http://technet.microsoft.com/en-us/magazine/cc983816.aspx
If you can script it, you can discover it, usually.
Hope that helps a bit.

]]>
By: Stefan Stranger's Weblog - Manage your IT Infrastructure : Answer: Operations Manager Authoring questions from SQLBatman https://thomaslarock.com/2008/11/operations-manager-authoring/#comment-214 Mon, 01 Dec 2008 15:26:17 +0000 http://sqlbatman.com/?p=617#comment-214 […] I saw a question of SQLBatman about Operations Manager Authoring. […]

]]>