From 43daf309449fa127e9a223ac09b3ac3f46e37b9a Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 20 May 2026 22:00:07 -0600 Subject: [PATCH] Update deployments/services/Microsoft 365/Seize Control of Personal OneDrive Data.md --- .../Seize Control of Personal OneDrive Data.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/deployments/services/Microsoft 365/Seize Control of Personal OneDrive Data.md b/deployments/services/Microsoft 365/Seize Control of Personal OneDrive Data.md index 62c53f6..d20c1c7 100644 --- a/deployments/services/Microsoft 365/Seize Control of Personal OneDrive Data.md +++ b/deployments/services/Microsoft 365/Seize Control of Personal OneDrive Data.md @@ -28,4 +28,13 @@ Set-SPOUser ` ### 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. -- `https://-my.sharepoint.com/personal/username_companyname_com` \ No newline at end of file +- `https://-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 +``` \ No newline at end of file