Is it possible to force poll to get the mailbox quota size . By default it poll every 24hrs. Is there any way i can force it and get the current status on the quota and user messages??
Well i got the solution from the support. Sharing it if anyone else needs this.
In order to do this you will need to make a change to the Database. Please use the following steps:1. RDP to the Solarwinds Server2. Open Database Manager3. Add Default Server4. Expand Instance5. Right-click Orion Database > New Query6. Paste the following into the query window:INSERT INTO [dbo].[Setting] Values('APM.BlackBox.Exchg.Collector.Settings.IncludeMailboxJobInPollNow','True')7. Execute8. Restart the "SolarWinds Collector Service"Now "Poll Now" on AppInsight for Exchange will force the mailbox polling.