I want to run a report which will produce a listing of current local Administrative users on all domains or local servers.. Is Hyena capable of doing this.??
Announcement
Collapse
No announcement yet.
Local Administrators
Collapse
X
-
Re: Local Administrators
You should be able to do this using the Export Members function under File->Export->Members.
Before running the export, go to the Groups tab and at the bottom is a place where you can specify the group you want. This will be used by the Members export as well.
-
Re: Local Administrators
This export runs only against the servers listed under "Servers." Since we hide most of our servers and thus they don't show up under "Servers", I need a way to run this export against the entire list of servers. If I create a Managed Object called "All Servers" is there a way to force the export to run against this list? Or perhaps against a highlighted list in the right pane?
Comment
-
Re: Local Administrators
What you'll have to do in this case is use the command line version of exporter.exe located in your Hyena directory.
You can create a batch file with this syntax:
exporter.exe .\export.ini domain serverA
exporter.exe .\export.ini domain serverB
exporter.exe .\export.ini domain serverC
And then just run the batch file to get the data. Also, set the Append=1 line in your export.ini file.
Comment
Comment