Washington DC Endpoint Management User Group

 View Only
  • 1.  Resource Policy Summary SQL

    Posted Nov 11, 2013 04:43 PM

    I need to write a report that shows the active policies assigned to a computer. More or less show what is on the "Resource Policy Summary" page. What table(s) is this stored in?



  • 2.  RE: Resource Policy Summary SQL

    Broadcom Employee
    Posted Nov 15, 2013 09:46 AM

    Hi noodleNT,

     

    1. You'll need to find a ResourceGuid of computer which "Policy Summary" data you want to see in custom report.

    2. Take this Query and specify ResourceGuid for @ResourceGuid

    exec spRMGetPolicySummary @ResourceGuid='',@Attributes=1,@Culture=N'en-US'

    3. Open Symantec Management Console -> go to Reports -> mouse right click menu -> New -> Report -> "SQL Report" ->

    -- Set your query

    SQLReport1.JPG

     

    -- Save Changes

    -- Now you have custom report which shows "Summary Policy" information for required computer.

    SQLReport2.JPG

     

    Thanks,

    IP.