Update deployments/services/Microsoft 365/Seize Control of Personal OneDrive Data of Another User.md
Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Successful in 4s

This commit is contained in:
2026-05-20 22:05:41 -06:00
parent 582c7d08a1
commit 1addc9d5dd
@@ -37,4 +37,11 @@ Set-SPOUser `
-Site "https://eaglesafetyak-my.sharepoint.com/personal/username_companyname_com" `
-LoginName "i:0#.f|membership|admin@companyname.com" `
-IsSiteCollectionAdmin $false
```
### Logout & Cleanup Auth Tokens & Remove Module
```powershell
Disconnect-SPOService
Remove-Module Microsoft.Online.SharePoint.PowerShell
# Close Powershell Window
```