Quantcast
Channel: Office 365 - 繁體中文
Viewing all articles
Browse latest Browse all 2009

論壇文章:回覆:check email usage from admin

$
0
0
Hi Alesgroupe,
I know you want to get email usage from admin page in SKUP admin page.

You could achieve that by these steps:

1.Access https://outlook.office365.com/ecp/ with Admin account.
2.In the Recipient tab, click the mailbox you want to check.
3.Click   .
4.Choose mailbox usage in the pop-up window.
You can view the usage of the current mailbox at the bottom of the window.



To view all mailboxes' usage, you also could run commands in Powershell. 
Here are the steps:
1.Install and Configure Windows PowerShell
2.Click Start, point to All Programs, click Accessories, click Windows PowerShell, and then click Windows PowerShell.
3.Run command: $LiveCred = Get-Credential
4.In the Windows PowerShell Credential Request window, type the credentials of an account in your cloud-based organization. Then, click OK.
5.Run command: $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
6.Run command: Import-PSSession $Session
7.Run command: get-mailbox | get-mailboxstatistics | ft displayname, totalitemsize
Then, you could review all mailboxes’ usage in the whole tenant.

If this is not the issue, please let us know.

Thanks,
Jim


Viewing all articles
Browse latest Browse all 2009

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>