Client Management Suite

 View Only
  • 1.  How can I find the machines is manage is 0

    Posted Sep 05, 2012 10:34 AM

    How can I find the machine when is manage is 0 report, I meant I have some machine out there do not have altiris agent installed, I need to find out how many are they?

    Thanks

     

    Lillian

     



  • 2.  RE: How can I find the machines is manage is 0

    Trusted Advisor
    Posted Sep 05, 2012 01:21 PM

    maybe this helps

    Go to filters - computer filters, right click on "All local agent managed computers" and select clone.  Pick new name for your edited filter.  I usually put our company name in front of mine so I know I created the new custom filter.

    Then go to edit, changed query mode to Raw SQL.

    Changed [is Managed] to = 0 and also took out a few lines to end up with this under Parameterised Query which seemed to work for me.

     

     

    SELECT
       [vri1_Computer].[Guid],
       [vri1_Computer].[Name]
    FROM
       [vRM_Computer_Item] AS [vri1_Computer]
     
    WHERE
       (
          (
             ([vri1_Computer].[IsManaged] = 0)
                  )
       )
     


  • 3.  RE: How can I find the machines is manage is 0

    Broadcom Employee
    Posted Sep 06, 2012 04:06 PM

    HI,  

    you can try the following reports:

     

    Check the following report group:
    All Reports -> Notification Server Management -> Server -> Resource Discovery Reports
     
    You can use the “Discovered Computers” report with “Altiris Agent Installed” ->no parameter;
    Or, “Discovered Computers Not Reporting Inventory” report.
     
    AlexTH


  • 4.  RE: How can I find the machines is manage is 0

    Posted Sep 06, 2012 04:15 PM
      |   view attached

    Attached is the report I use.  Import it and try it out.

    Attachment(s)

    xml
    Computers Not Managed.xml   9 KB 1 version