Hello everyone,
Does anyone tried to parse or have a way to convert the content field data from Orion.SCM.Results.PolledElements ?
My objective is to retrieve the polled data from the Server Configuration profile I created.
This profile it parses all local certificate (using Powershell) from the nodes that have agents in them(Windows server). My next action is to SWQL them and turn them into a report.
Is this possible? or feasible atleast?
In my research the structure or path in Orion.SCM table is
Profile
└─ Element
└─ Result
└─ ElementContents
├─ Hash ←— checks the change
└─ Content ←—- result/data but they are in Base64 format
I might be wrong or incomplete with my research as well . Go ahead correct me :)
Any help or idea how is appreciated.
Thank you