Information on the use of OneDrive Online

Hi folks!

You can reach this goal by 2 ways:

    1. via Office365 Admin Portal:

Go to Admin Portal->Reports->Usage-Click on OneDrive files.

1

2

You can click in Export and it will give you Usage in CSV:

2

2. Via PowerShell:

Run SharePoint Online Management Shell (download it here) and run next Cmdlet:

Get-SPOSite -Includepersonalsite:$true -Filter {Url -like “https://YOUR_TENANT_NAME-my.sharepoint.com/personal”} | select url,owner,storagequota,storageusagecurrent | Export-CSV D:\Temp\UsageRep.csv

I hope it will be saved your time.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s