Browse by Tags

All Tags » DeepDive (RSS)

Workflow Cook-Down in Operations Manager 2007

Abstract I was recently working with Vlad Joanovic , the Microsoft Program Manager for MP development on a new MP that has the potential of having a single...
Posted by vdipippo | with no comments

Relationships in OpsMgr 2007, Part 1

Abstract Of the two EntityTypes in the OpsMgr 2007 schema, ClassTypes and RelationshipTypes , the latter seems to be a straight-forward concept, but can...
Posted by vdipippo | with no comments

Workflow Tracer 1 of 4: Workflow Primer

(Links to parts: Part 1 , Part 2 , Part 3 , Part 4 ) I have written a managed code module for tracing the data items moving through a workflow. This is...
Posted by vdipippo | with no comments

Workflow Tracer 2 of 4: Module Primer

(Links to parts: Part 1 , Part 2 , Part 3 , Part 4 ) Now that I’ve given a primer on workflows, it is important to discuss modules a bit. The following...
Posted by vdipippo | with no comments

Workflow Tracer 3 of 4: Data Item Primer

(Links to parts: Part 1 , Part 2 , Part 3 , Part 4 ) Now that we have discussed how workflows are the heart and soul of OpsMgr and modules are the building...
Posted by vdipippo | with no comments

Workflow Tracer 4 of 4: The Tracer Module

(Links to parts: Part 1 , Part 2 , Part 3 , Part 4 ) In the previous three posts, I discussed workflows, modules, and data items. I also stated that understanding...
Posted by vdipippo | with no comments

OpsMgr Scripting: WYWINNWYG

"What You Write Is Not Necessarily What You Get" Abstract OpsMgr 2007 has a fairly substantial library of discovery module types and monitor...