Link to home
Start Free TrialLog in
Avatar of Rhala
Rhala

asked on

inactive email users in office 365

dear all,

in our office 365 portal, i got the following:
User generated image
when i go to check more details, i got only the following:
User generated image

i just need to know how to get the name of those mailboxes? usernames?

thanks
Avatar of awawada
awawada

Hope this helps you:

1) Connect Windows PowerShell to the Service

2) Type the following cmdlet:
Get-mailbox -resultsize unlimited| Get-MailboxStatistics | select displayname, lastlogontime

3) Then you could get a list shown user names and their last logon time.

Source:
http://community.office365.com/en-us/forums/172/t/83477.aspx
Avatar of Rhala

ASKER

thanks.

How i can export the result of the command to excel sheet or txt file?
ASKER CERTIFIED SOLUTION
Avatar of awawada
awawada

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial