Groupe des Utilisateurs Altiris Suisses et Francophones Group

 View Only

Altiris CMS7: Did You Ever Wonder How to Delete Your Obsolete or Defect Detection Rules? 

Jun 01, 2010 06:25 PM

When you use the Software catalog of the Altiris software Manage component, you can add/modify "detection rules" for your Software Components
(And you should do so: see Also: Why New Version 7 “Altiris Client Management Suite ” from Symantec, Change the Game Rules for Software Delivery? ).
As for the "named targets", I did not find any place where I could list and manage those detection rules frown
That's why I created one wink

Here it is: I added a column with the Child name of the associated "Software component". I sort on this so the "orphan" none associated rules are displayed first.
So now: we can delete them enlightened, or edit, or protect (Add to Org. group), etc...


Just upload the XML file in attachment in your preferred "reports folder" into your Altiris Notification Server 7 alias NS7 (That is the Symantec Management Platform 7 or SMP7).
And enjoy your new "Software management" Altiris processing.




For your information: the SQL is:


/*pascal KOTTE 2010-06-01 - liste des Detection rules et du software component associé */
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')
ORDERBY 'Child name'

Statistics
0 Favorited
2 Views
1 Files
0 Shares
6 Downloads
Attachment(s)
xml file
Detection Rules list with Associated Child Software Compo....xml   7 KB   1 version
Uploaded - Feb 25, 2020

Tags and Keywords

Comments

Jun 01, 2010 04:59 PM

I must say this report is not "scoped". It was a little bit useless. But be care if you want to protect using "Add to org. group", it will probably not care in the display this report.

Related Entries and Links

No Related Resource entered.