Topics

Microsoft 365

Microsoft 365

1 article
Microsoft Entra ID

Microsoft Entra ID

1 article

Storage Usage Report

Here are more handy PowerShell scripts for OneDrive management in Microsoft 365. Connect with Connect-SPOService https://tenant-admin.sharepoint.com, then run: $OneDrives = Get-SPOSite -IncludePersonalSite $True -Limit All -Filter "Url -like '-my.sharepoint.com/personal/'" $Result = @() foreach ($OneDrive in…