11 April,19 at 11:50 AM
Here is a quick report you can write with SQL to present the list of resources in your Centrify Privilege Service.
1) Go into the Admin Portal and select Reports
2) Make a new Report. Call it "List of Resources"
3) Open the Script Editor
4) write :
select Name,FQDN,ComputerClass,Reachable from server;
Save and run.
You can also export to CSV or Excel.