BSR-List Detection Rules and Associations
Created: 19 Oct 2012 | Updated: 24 Oct 2012 | 4 comments
Hi, did you ever try to delete a detection rule ? I share this item I built long time ago, and need today :)
Just import the XML below in a report area your console.
This query can be useful for detection rules but also other kind of items, just replace the '3CC607F3-C0E4-445B-A7B6-0D1FA4CA1EAA' with the Class Guid the Item type you want: more 1600 class I think :)
Here the simple SQL, but all the same short, such SQL can be hard to build, when don't know ;-)
/*pascal KOTTE 2010-06-01*/
SELECT vItem.Name, vItem.Description, vItem_2.Name AS 'Child name', vItem.Guid as '_ItemGuid'
FROM vItem FULL OUTER JOIN
vItem AS vItem_2 INNER JOIN
ResourceAssociation AS child ON vItem_2.Guid = child.ChildResourceGuid ON vItem.Guid = child.ChildResourceGuid
WHERE (vItem.ClassGuid = '3CC607F3-C0E4-445B-A7B6-0D1FA4CA1EAA')
ORDER BY 'Child name'Download Filed Under:
Endpoint Management, Altiris Client Management Suite, Altiris Client Management Suite - 7.x, Symantec Management Platform (Notification Server) - NS 7.x, Symantec Management Platform (Notification Server) - SMP 7.x, Altiris IT Asset Management, Altiris Server Management Suite, IT Management Suite, Symantec Management Platform (Notification Server), Reporting, Tip/How to
Comments 4 Comments • Jump to latest comment
This should be accessible in the console already.
Now the inventory rules are displayed and you have your right click menu.
Great, I never see it was hidden below those 'HashedResource', thanks !
~Pascal @ Kotte.net~ Do you speak French? Et utilisez Altiris: venez nous rejoindre sur le GUASF
Didn't want to say your report isn't better than this. Just thought many people might not know :)
And you are right, I was also forgot this option, I see once. Not often used, but important when extending item type usage n the CMDB.
~Pascal @ Kotte.net~ Do you speak French? Et utilisez Altiris: venez nous rejoindre sur le GUASF
Would you like to reply?
Login or Register to post your comment.