Hi
I am trying to get user mailbox information on exchange server. For getting user information I am using 'Get-MailboxStatistics'
powershell command in my application. But it takes too much time and CPU usages to retrieve information about all mailboxes (as no. of mailboxes are high in number ~14000).
So is there any way where I can get information about only those mailboxes whose ItemCount,
Size etc. properties are modified from last collection instance?
Can I use pulling mechanism?
Raman