Update deployments/services/Microsoft 365/Seize Control of Personal OneDrive Data.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:00:07 -06:00
parent db707e187c
commit 43daf30944
@@ -28,4 +28,13 @@ Set-SPOUser `
### Navigate to Webpage ### Navigate to Webpage
At this point, you now have permissions to access the OneDrive data, so open a web browser and navigate to the SPOSite URL seen previously, seen below. From here, you can download, upload, and manage the data however you need. At this point, you now have permissions to access the OneDrive data, so open a web browser and navigate to the SPOSite URL seen previously, seen below. From here, you can download, upload, and manage the data however you need.
- `https://<companyname>-my.sharepoint.com/personal/username_companyname_com` - `https://<companyname>-my.sharepoint.com/personal/username_companyname_com`
### Remove Permissions
At this point, when the work is done, revoke your permissions to lock-down the OneDrive data once again by running the following command:
```powershell
Set-SPOUser `
-Site "https://eaglesafetyak-my.sharepoint.com/personal/username_companyname_com" `
-LoginName "i:0#.f|membership|admin@companyname.com" `
-IsSiteCollectionAdmin $false
```