Howdy,
I've written a C# integration using the SCOM SDK which retrieves knowledge for a particular SCOM Alert.
Using,
ReadOnlyCollection<MonitoringKnowledgeArticle> articles = ManagementGroup.GetMonitoringKnowledgeArticles(monitoringRuleId)
I can iterate through 'articles' and pull out knowledge MAML for a particular culture, but I cannot find a way of differentiating between company knowledge and product knowledge. Any one had to do this before? I wonder how the console does it?
Steve