I need a windows service which could gather various statistics from Exchange server and return them as API response. The statistics cover things like mailbox, connections, address book, etc. What are the best alternatives for me in terms of:
(1) How to implement the service
(2) How to retrieve those statistical information from Exchange Server
I have taken a look at EWS Managed API but not sure if it could the purpose. Any advice and insight is appreciated