For our security process, we need to provide a list of our users that are checked off as " Is Administrator". Other than opening up every user's Data Source, is there a list or report that I can get to provide this information?
Thank you,
Roberta Day
Hello,
A such report doesn't exist in RDM. As a workaround, you can run this command line from the PowerShell (RDM CmdLet) tool or from a PowerShell entry.Get-RDMUser | where {!$_.IsAdministrator} | Format-Table -Property Name, FirtsName, LastName, IsAdministrator
From a PowerShell entry, don't forget to enable the Load RDM Cmdlet options.
Best regards,
Érica Poirier