SolarWinds uses cookies on our websites to facilitate and improve your online experience. By continuing to use our website, you consent to our use of cookies. For further details on cookies, please see our cookies policy.
Hide this message
This template tracks the statistics of exchange mailboxes of the exchange online server using PowerShell scripts.
SAM 6.2
Notes:
Check the prerequisites in Connect to Exchange Online using remote PowerShell. The PowerShell script mentioned should be run on the Orion server, not the target node.
Use Administrator credentials for Microsoft Office 365. For example:user@domain.onmicrosoft.com
Monitored Components
Recipient Statistics Report
This component monitor returns recipient statistics report which include the following:
Total Items Count
This component monitor returns the total number of emails on the server.
Total Items Size (MB)
This component monitor returns the total mail size on the server in MB.
Specific User Items Count
This component monitor returns the number of emails for the specified user.
Note: You must specify the correct arguments in the Script Arguments field of the corresponding PowerShell Monitor. This monitor requires the following argument:
user_name
where:
user_name – target username;
Example: john
Specific User Items Size (MB)
This component monitor returns the mailbox size for the specified user in MB.
Note: You must specify the correct arguments in the Script Arguments field of the corresponding PowerShell Monitor. This monitor requires the following argument:
user_name
where:
user_name – target username;
Example: john
Test User MAPI Connectivity
This component verifies that a specified mailbox can connect by using the MAPI protocol, which is used by Microsoft Office Outlook.
Note: By default, this monitor is disabled.
Possible returned values:
0 – Test failed. See message field for errors.
1 – MAPI Test successfully finished.
Note: You must specify the correct arguments in the Script Arguments field of the corresponding PowerShell Monitor. This monitor requires the following argument:
user_name
where:
user_name – target username;
Example: john
For more information, see Office 365 User Statistics with PowerShell.apm-template.