We have many reports that we currently run as large powershell scripts. These reports are compiled as CSV and sent off in emails or HTML tables inside of emails.
We ultimately do lots of user counting:
# of disabled users in domain
# of users with a mailbox
# of users with a certain text string in the description field
# of users in a certain security group
We were hoping Adaxes would let us integrate these reports into the Web Interface?
If that is not possible, is there a way to use the built in Adaxes queries to create "reports" via email?
For example, can I get a user count of all users in a specific group and send that via email?
Ideally, this would be a scheduled task.
PS: I should mention that we are looking at trying to get away from powershell and use built in Adaxes queries whenever possible. This cuts out a lot of time.
Thank you.