Last logon Mailbox

The information we are given using the following command from powershell :

foreach ($i in (get-mailbox)) { get-MailboxStatistics -identity “$i” }

The figure that emerges could be of little significance if the user has set the forwarding rule on another mailbox . To see which users have set the forwarding to another mailbox command is this:

foreach ($i in (get-mailbox)) { get-mailbox -identity  “$i” |fl ForwardingSmtpAddress }

Commenti

Post popolari in questo blog

Come e quando smantellare i server Exchange in una distribuzione ibrida

Manage Room Mailbox by using PowerShell

How to reset an Office 365 install to the initial activation/install state