List Elevated Permissions in an Analysis Services Database (PowerShell)
This script will list the members of all roles which have administrative access to a given Analysis Services database.First it checks the BuiltinAdminsAreServerAdmins server property, and displays a warning if it is set to true.Then it loops through all permissions of the databas
This script is tested on these platforms by the author. It is likely to work on other platforms as well. If you try it and find that it works on another platform, please add a note to the script discussion to let others know.