Priority Cleanup in Microsoft Purview is now available for SharePoint and OneDrive. This capability lets admins bypass retention or hold periods and delete content early — for example, Teams recordings and transcripts used for Copilot recap, or items in a Preservation Hold library when a user leaves the organization. The cleanup process is tightly controlled: It requires simulation mode, multiple approvals, and is audited. Priority Cleanup is enabled by default in your tenant, but can be turned off if needed. https://topedia.net/M4f4Ai #MicrosoftPurview #SharePoint #PriorityCleanup #DataLifecycleManagement
Microsoft Purview: Priority Cleanup for SharePoint and OneDrive
More Relevant Posts
-
🚀 15+ Most-Used Microsoft Graph APIs Every Office 365 Admin Should Know If you’re managing or automating Microsoft 365, knowing these Graph API endpoints is your superpower 💪 Forget juggling multiple REST APIs — Microsoft Graph is your single gateway to manage Users, Teams, Mailboxes, SharePoint, and more using one unified endpoint: 👉 https://lnkd.in/gaufNyVV Here are the most-used Graph APIs that every admin should keep handy 👇 ⸻ 👤 User Management • ➕ Create a user → POST /users • ✏️ Update user → PATCH /users/{id} • ❌ Delete user → DELETE /users/{id} • 🔍 List all users → GET /users ⸻ 🧾 License Management • ➕ Assign license → POST /users/{id}/assignLicense • 🔍 View assigned licenses → GET /users/{id}/licenseDetails ⸻ 👥 Microsoft 365 Groups • ➕ Create Microsoft 365 Group → POST /groups • 👤 Add user to group → POST /groups/{id}/members/$ref • ❌ Delete group → DELETE /groups/{id} • 🔍 List all groups → GET /groups?$select=displayName,mail ⸻ 💬 Microsoft Teams • 🆕 Create a new Team → POST /teams • 🔍 Get all Teams → GET /teams • 👤 Add member to Team → POST /teams/{team-id}/members • ❌ Delete a Team → DELETE /groups/{group-id} (Teams are backed by M365 Groups) • 📜 Get all channels in a Team → GET /teams/{team-id}/channels • 💬 Send a message to a channel → POST /teams/{team-id}/channels/{channel-id}/messages ⸻ 📧 Exchange Online (Mailboxes) • 📬 Send an email → POST /users/{id}/sendMail • 📨 Get user messages → GET /users/{id}/messages • 📂 Move message → POST /users/{id}/messages/{msg-id}/move ⸻ 🗂️ SharePoint & OneDrive • 🔍 List SharePoint sites → GET /sites?search=* • 📁 Upload file → PUT /sites/{site-id}/drives/{drive-id}/root:/Documents/file.txt:/content • 📂 List files in a document library → GET /sites/{site-id}/drives/{drive-id}/root/children ⸻ 🔐 Audit & Security • 🔍 Get sign-in logs → GET /auditLogs/signIns • 🔍 Get directory audits → GET /auditLogs/directoryAudits ⸻ 🧠 Reports • 📊 Get Microsoft 365 active users report → GET /reports/getOffice365ActiveUserDetail(period='D7') ⸻ 💡 Pro Tip: You can test all these APIs directly in Microsoft Graph Explorer 👉 https://lnkd.in/gfJsxQXi ⸻ 🧩 Microsoft Graph = One API to rule them all. Instead of calling Outlook, SharePoint, Teams, and Azure AD separately — you get a single endpoint, unified permissions, and consistent authentication via Microsoft Entra ID. ⸻ #Microsoft365 #GraphAPI #Office365 #CloudAdmin #PowerAutomate #AzureAD #MicrosoftGraph #M365Admin #Teams #SharePoint #ExchangeOnline #Automation #ITCommunity
To view or add a comment, sign in
-
-
🔐 Who Gets Access to OneDrive When a User Is Deleted Without a Manager? If you're managing Microsoft 365 environments, this scenario might sound familiar: A user leaves the organisation, has no manager assigned, and you need to access their OneDrive. So, who gets access? ✅ The Answer: My Site Cleanup Settings in SharePoint Admin Center Microsoft 365 can automatically delegate access to a deleted user's OneDrive using My Site Cleanup even if no manager is assigned. Here’s how to set it up: 🛠️ Steps to Enable Access Delegation 1. Go to SharePoint Admin Center https://lnkd.in/eaXkkPVx > Admin centers > SharePoint 2. Open User Profiles · Click More features · Under User Profiles, select Open 3. Configure My Site Cleanup Settings · Choose Setup My Sites · Scroll to My Site Cleanup · ✅ Check Enable access delegation · 👤 Assign a Secondary Owner (e.g., IT admin or department lead) 4. Save Changes 📩 What Happens Next? · If a manager is assigned: they get access automatically. · If no manager is assigned: the secondary owner receives access. · OneDrive content is retained for 30 days by default (extendable to 365 days). 💡 Best Practice: Always configure a secondary owner to ensure business continuity and avoid data loss when users leave unexpectedly. https://lnkd.in/efHua-6C #Microsoft365 #SharePoint #OneDrive #ITAdmin #CloudConsulting #DataGovernance
To view or add a comment, sign in
-
-
🚀 𝐏𝐚𝐫𝐭 4 𝐨𝐟 𝐭𝐡𝐞 "𝐌𝐢𝐜𝐫𝐨𝐬𝐨𝐟𝐭 𝐆𝐫𝐚𝐩𝐡 𝐃𝐞𝐞𝐩 𝐃𝐢𝐯𝐞" 𝐬𝐞𝐫𝐢𝐞𝐬 𝐢𝐬 𝐥𝐢𝐯𝐞 𝐧𝐨𝐰 🚀 In this article, I dive into SharePoint integration with Microsoft Graph. If you're looking to automate SharePoint site management, document libraries, and file operations using the Microsoft Graph API, this article is for you! 🔍 Here's what you'll learn : ✅ Registering an Entra ID Application : Setting up the app for accessing data. ✅ Authentication with App Registration : Managing secure access through permissions. ✅ Site Discovery and Management: - List all SharePoint sites - Search for specific sites - Get site details by URL -Check site storage usage ✅ Document Library Management: - List all document libraries - List and manage files in a document library - Upload, download files, and create folders in a library 🔥 This guide is perfect for developers, admins, and IT professionals looking to automate their SharePoint processes with the Microsoft Graph API. 👉 Want to learn more ? Check out the full article here! https://lnkd.in/eseV5AQK 📖 If you missed the earlier parts: Part 1 — Connection : https://lnkd.in/eJ7FHej4 Part 2 — Users & Groups : https://lnkd.in/ec47vTct Part 3 — OneDrive : https://lnkd.in/eBSFfq7t #MicrosoftGraph #SharePoint #GraphAPI #EntraID #CloudComputing #Automation #Developers #IT #M365 #Microsoft #TechDeepDive #Microsoft365 #API #Azure #AutomationTools #SharePointDev
To view or add a comment, sign in
-
Learn how to set up SharePoint Agents step-by-step in Microsoft 365. This 2025 guide covers prerequisites, permissions, configuration, troubleshooting, and best practices for admins.
To view or add a comment, sign in
-
Chromium 141 Update Will Affect Offline Access for SharePoint Online and OneDrive for Business: The latest Chromium release may impact offline access to SharePoint Online and OneDrive due to stricter local file access rules. Fix it: Deploy the LocalNetworkAccessAllowedForUrls policy to allow trusted M365 URLs.
To view or add a comment, sign in
-
SharePoint Alerts Are Retiring - Here's What You Need to Know Microsoft is officially phasing out SharePoint Alerts in SharePoint Online, with a rollout starting July 2025 and wrapping up by July 2026. If your team relies on alerts for file uploads or list updates, it’s time to plan your transition. Why the change? ➡️ Legacy tech doesn’t align with modern Microsoft 365 architecture. ➡️Limited security and customization. ➡️Better tools like Power Automate and Copilot now exist. What to use instead? ❇️ Power Automate lets you build intelligent workflows: ❇️Get notified when files are added. ❇️Receive weekly digests from SharePoint lists. ❇️Customize notifications via email, Teams, or mobile. Looking ahead: Microsoft 365 Copilot Agents will soon offer proactive summaries and alerts - no manual setup needed. Changes can be inconvenient. But the new tools offer more control, flexibility, and automation. Once you switch, you might not miss the old alerts at all. If you're navigating this transition, now’s the time to explore training and templates to make the move smoother. #HexaCorp #SharePoint #Microsoft365 #PowerAutomate #DigitalTransformation #Copilot #Automation #WorkplaceTech #ChangeManagement
To view or add a comment, sign in
-
How to enable Microsoft Sensitivity Label for SharePoint and OneDrive # When to expect new labels and changes to take effect # =================================== # For labels and label policy settings, allow 24 hours for the changes to propagate through the services. Install-Module AzureADPreview Import-Module AzureADPreview AzureADPreview\Connect-AzureAD $grpUnifiedSetting = (Get-AzureADDirectorySetting | where -Property DisplayName -Value “Group.Unified” -EQ) $Setting = $grpUnifiedSetting $grpUnifiedSetting.Values $TemplateId = (Get-AzureADDirectorySettingTemplate | where { $_.DisplayName -eq “Group.Unified” }).Id $Template = Get-AzureADDirectorySettingTemplate | where -Property Id -Value $TemplateId -EQ $Setting = $Template.CreateDirectorySetting() $Setting[“EnableMIPLabels”] = “True” New-AzureADDirectorySetting -DirectorySetting $Setting Set-AzureADDirectorySetting -Id $grpUnifiedSetting.Id -DirectorySetting $Setting $Setting.Values Install-Module ExchangeOnlineManagement Import-Module ExchangeOnlineManagement Connect-IPPSSession Execute-AzureAdLabelSync Import-Module Microsoft.Online.Sharepoint.Powershell Connect-SPOService Set-SPOTenant -EnableAIPIntegration $true
To view or add a comment, sign in
-
🚨 Tenant Renaming – What It Means for SharePoint & OneDrive Microsoft has introduced tenant renaming, giving organizations the ability to change their tenant name (the “.onmicrosoft.com” part) — something admins have been requesting for years. While this feature is powerful, it’s important to understand how it impacts SharePoint and OneDrive: 🔹 SharePoint URLs: All site URLs that include your old tenant name will be updated automatically. However, large environments may experience temporary delays as Microsoft processes the renaming in the background. 🔹 OneDrive URLs: Each user’s OneDrive URL will also change to reflect the new tenant name. Sync clients and shortcuts might need reauthentication after the rename. 🔹 Impact on Integrations: Any custom apps, Power Automate flows, or scripts that reference old SharePoint/OneDrive URLs will need updates. Hardcoded links will break if not modified. 🔹 User Experience: End users may notice brief downtime or sync interruptions. Communication and preparation are key — inform your users before proceeding. ✅ Pro tip: Before initiating the rename, perform a full impact assessment across SharePoint, OneDrive, Teams, Power Platform, and third-party integrations. This is a big step toward more flexible identity management — but it requires careful planning to ensure a smooth transition. #Microsoft365 #SharePoint #OneDrive #TenantRenaming #MicrosoftTeams #M365Admin C1st Services C1st Technologies Kent Fagan Tony H.
To view or add a comment, sign in
-
-
🧠 IT Teams: Drowning in unstructured content across SharePoint & Microsoft 365? FileSmart adds automation and control to your document management processes right inside your Microsoft 365 stack. 🔧 Why IT Teams Use FileSmart: ✅ Auto-tag documents with metadata at upload ✅ Route and rename files into SharePoint & Teams libraries ✅ Bulk import with intelligent classification (great for migrations) ✅ Enforce governance, improve search, and support compliance (Purview-ready) Perfect for IT admins managing SharePoint sprawl, Teams content chaos, or file share migrations. 💡 Bring structure, automation, and governance to your Microsoft 365 content lifecycle without custom scripting or manual cleanup. #Microsoft365 #SharePoint #FileSmart #ITOperations #InformationGovernance #Compliance #Automation #ModernWorkplace #SharePointOnline #Automation #MicrosoftTeams #SharePointGovernance #ITManagement
To view or add a comment, sign in
Have you managed to get this to work on SPO... iv been testing it over the last day or so, it seems to find the results i want, and allows my reviewer to enable the policy, but then nothing happens after that.