Is there any easy way to programmatically retrieve a list of SSAS Server Admins?
I would love a simple list of:
domain\user1
domain\user2
I can manually get a list in SSMS by connecting to SSAS, right clicking the server and choosing Properties, and then going to the Security page.

I can see them here, but there is no easy way to copy out the list. I can select Script > Script Action to x, but then I have to clean up the output every time for every server. I would rather just run a report. Any options?
