Is this possible?
I'd like to replicate the output of the command below using a SQL query or multiple SQL queries:
besuseradminclient -username admin -password password -list -it_policy_rules -it_policy "PolicyName" -o FileName.csv
Essentially, the command exports all of the IT Policy settings to a CSV showing the Setting name and what it is set to. From what I can tell a lot of the settings are contained in the UserConfig table but I cannot quickly identify what is what in there.
Any help would be appreciated.
|