From 1addc9d5ddf7ca544457d7653e189622a425d003 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 20 May 2026 22:05:41 -0600 Subject: [PATCH] Update deployments/services/Microsoft 365/Seize Control of Personal OneDrive Data of Another User.md --- ...ze Control of Personal OneDrive Data of Another User.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deployments/services/Microsoft 365/Seize Control of Personal OneDrive Data of Another User.md b/deployments/services/Microsoft 365/Seize Control of Personal OneDrive Data of Another User.md index d20c1c7..5958620 100644 --- a/deployments/services/Microsoft 365/Seize Control of Personal OneDrive Data of Another User.md +++ b/deployments/services/Microsoft 365/Seize Control of Personal OneDrive Data of Another User.md @@ -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 ``` \ No newline at end of file