{"id":4409,"date":"2024-09-05T09:12:30","date_gmt":"2024-09-05T09:12:30","guid":{"rendered":"https:\/\/www.systools.in\/blog\/?p=4409"},"modified":"2024-09-05T09:12:30","modified_gmt":"2024-09-05T09:12:30","slug":"how-to-set-retention-policy-in-sharepoint-online","status":"publish","type":"post","link":"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/","title":{"rendered":"How to Set Retention Policy in SharePoint Online? Easy Guide"},"content":{"rendered":"<p style=\"text-align: justify\">How to set retention policy in SharePoint Online? It became a common query for either IT admins or new SharePoint administrators.<\/p>\n<p style=\"text-align: justify\">Setting up a retention policy in SharePoint Online is crucial for managing your organization\u2019s data efficiently. No matter, whether you are handling sensitive or less sensitive data. A retention policy helps to ensure that the data is preserved for a specific period and deleted when it is no longer required.<\/p>\n<div class=\"alert alert-warning\"><strong>Table of Content<\/strong><\/p>\n<ul>\n<li><a href=\"#1\"><strong>Introduction to Retention Policies<\/strong><\/a><\/li>\n<li><a href=\"#2\"><strong>Benefits of Retention Policies<\/strong><\/a><\/li>\n<li><a href=\"#3\"><strong>How to Set Retention Policy Using Admin Center?<\/strong><\/a><\/li>\n<li><a href=\"#4\"><strong>PowerShell Commands to Create Retention Policy<\/strong><\/a><\/li>\n<li><a href=\"#5\"><strong>Impact of Retention Policy<\/strong><\/a><\/li>\n<li><a href=\"#6\"><strong>Working of Retention Policy<\/strong><\/a><\/li>\n<li><a href=\"#7\"><strong>What After Retention Policy has Delete the Data?<\/strong><\/a><\/li>\n<li><a href=\"#8\"><strong>Final Words<\/strong><\/a><\/li>\n<\/ul>\n<\/div>\n<p style=\"text-align: justify\">In this guide, we will walk you through the necessary steps to create a retention policy in SharePoint Online. This SharePoint retention policy tutorial will help you maintain your organization\u2019s records and required retention strategies.<\/p>\n<h2 id=\"1\">What are Retention Policies?<\/h2>\n<p style=\"text-align: justify\">Retention policies are one of the top-notch features of SharePoint Online. They are rules that determine how long SharePoint data( Document Library, Lists, etc.) should be retained in SharePoint Online. There are two types of retention policies:-<\/p>\n<ol>\n<li style=\"text-align: justify\">Static Retention Policies [fixed retention period].<\/li>\n<li style=\"text-align: justify\">Adaptive Retention Policies [ varies depending upon conditions].<\/li>\n<\/ol>\n<h2 id=\"2\">Importance of Retention Policies<\/h2>\n<p style=\"text-align: justify\">There are different reasons to create and manage retention policies in SharePoint Online. Some of the major ones are as follows:-<\/p>\n<p><strong>1. Legal Necessities &#8211;<\/strong> In most organizations, they need to manage the data for a specific time period. Setting the retention policies as per the requirements helps to preserve their data.<\/p>\n<p><strong>2. Cost Efficient &#8211;<\/strong> Exceeding storage of SharePoint Online stimulates you to buy more storage. Retention policies delete the expired data automatically as per their retention period. As the expired data gets deleted, you can <a href=\"https:\/\/www.systools.in\/blog\/check-storage-space-in-sharepoint\/\" target=\"_blank\" rel=\"noopener\"><strong>check storage space in SharePoint Online<\/strong><\/a> to ensure there is empty space which you can use further to store the required data.<\/p>\n<p><strong>3. Enhancing Searching Experience &#8211;<\/strong> Automatically removal of unnecessary data from SharePoint Online helps to improve the search experience.<\/p>\n<h3 id=\"3\">How to Set Retention Policy in SharePoint Online Using Admin Center?<\/h3>\n<p>Follow the below steps to create and set the retention policy in SharePoint Online.<\/p>\n<p><strong>Step 1<\/strong>. Open the Microsoft 365 App Launcher and hit the Compliance option.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-4411\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/compliance.png\" alt=\"compliance\" width=\"285\" height=\"310\" \/><br \/>\n<strong>Step 2.<\/strong> Now, in the Microsoft Purview, from the data lifecycle management, open Microsoft 365.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-4412\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/retention-policies.png\" alt=\"Open Retention Policy\" width=\"618\" height=\"182\" \/><br \/>\n<strong>Step 3.<\/strong> Open the retention policies tab, and click on New Retention policy.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-4413\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/new-retention-policy.png\" alt=\"Create a retention policy in SharePoint Online\" width=\"559\" height=\"243\" \/><br \/>\n<strong>Step 4.<\/strong> Assign name and description to the policy and then Next.<br \/>\n<strong>Step 5.<\/strong> Add the admin units if required, then move Next.<br \/>\n<strong>Step 6.<\/strong> Now, finalize the type of retention policy: Static or Adaptive.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-4414\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/type-of-retention-policy.png\" alt=\"Set retentiion policy type\" width=\"572\" height=\"95\" \/><br \/>\n<strong>Step 7.<\/strong> Choose the location where you want to apply the policy.<br \/>\n<strong>Step 8.<\/strong> Specify the retention period time, retention period. Also, choose the option that you want to do at the end of the retention period: Delete automatically or do nothing. Choose the best-fit option from Retain items forever or Only delete items when they reach a certain age.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-4415\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/retention-settings.png\" alt=\"Compete the requirements of retention policy settings\" width=\"625\" height=\"302\" \/><br \/>\n<strong>Step 9.<\/strong> Now Review all of the details and hit the Submit button.<br \/>\nNote: It might take 1 week to come into effect.<br \/>\n<strong>Step 10.<\/strong> You can also check the policy from the dashboard of policies.<\/p>\n<h3 id=\"4\">How to Set Retention Policy in SharePoint Online Using PowerShell?<\/h3>\n<p>Execute the below commands, if you are good at PowerShell commands.<\/p>\n<pre>Try {\r\n\r\nConnect-IPPSSession\r\n\r\n$NewPolicy = New-RetentionCompliancePolicy `\r\n-Name \"New Retention Policy\" `\r\n-Comment \"Retention Policy to Preserve All of the Deleted Items\" `\r\n-SharePointLocation All `\r\n-OneDriveLocation All `\r\n-ModernGroupLocation All `\r\n-Enabled $True\r\n\r\nNew-RetentionComplianceRule `\r\n-Name \"SharePoint Online Retention Policy Rules\" `\r\n-Policy $NewPolicy.Id `\r\n-RetentionDuration 365 `\r\n-RetentionComplianceAction KeepAndDelete `\r\n-ExpirationDateOption ModificationAgeInDays\r\n\r\n}\r\nCatch {\r\nwrite-host \"Error: $($_.Exception.Message)\" -foregroundcolor Red\r\n}<\/pre>\n<h3 id=\"5\">Effects of Publishing a Retention Policy in SharePoint Online<\/h3>\n<p>There are some key effects of creating and applying a retention policy and these are.<\/p>\n<p><strong>1. Can\u2019t Delete a SharePoint Site &#8211;<\/strong> After applying the retention policy on the SharePoint site, the site cannot be deleted. Even if you try to delete it, it shows you an error message.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-4416\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/delete-error.png\" alt=\"Can\u2019t Delete a SharePoint Site\" width=\"452\" height=\"61\" \/><\/p>\n<p><strong>2. Unable to Delete a Non-Empty Folder &#8211;<\/strong> You cannot delete the non-empty folder. If you try to delete a folder who is having content comes under the effect of a retention policy. Then you will find an error message like:-<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-4417\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/delete-non-empty-folder.png\" alt=\"Unable to Delete a Non-Empty Folder\" width=\"339\" height=\"139\" \/><\/p>\n<p><strong>3. Establishing a Preservation Hold Library &#8211;<\/strong> After applying the retention policy in SharePoint sites, if any of the document library is deleted, then it moves to the Preservation Hold Library. It is a kind of library that stores all of the deleted documents.<\/p>\n<h3 id=\"6\">How Retention Works in SharePoint?<\/h3>\n<p style=\"text-align: justify\">When the files are deleted by the system itself after the retention time has passed, then what happens next?<\/p>\n<p>1. When the item is deleted by the system then in the Recycle bin \u201cDeleted By\u201d column has a system account.<br \/>\n2. The system only checks the item\u2019s retention after 30 days. So, if an employee leaves the organization but the retention period has not passed. Then their data will remain in SharePoint until the retention period has passed.<\/p>\n<h4 id=\"7\">What After Data Deletion As Per Retention Period in SharePoint?<\/h4>\n<p style=\"text-align: justify\">Once the SharePoint sites and other data get deleted as per the time period of the retention policy, it is impossible to <a href=\"https:\/\/www.systools.in\/blog\/restore-deleted-sharepoint-sites\/\" target=\"_blank\" rel=\"noopener\"><strong>restore deleted SharePoint sites<\/strong><\/a>.<\/p>\n<p style=\"text-align: justify\">Due to this, SharePoint administrators always use the <a href=\"https:\/\/www.systools.in\/products\/sharepoint-to-sharepoint\/\" target=\"_blank\" rel=\"noopener\"><strong>Efficient SharePoint Migration Tool<\/strong><\/a> to store a copy of SharePoint data. This tool can perform <a href=\"https:\/\/www.systools.in\/blog\/sharepoint-tenant-to-tenant-migration\/\" target=\"_blank\" rel=\"noopener\"><strong>SharePoint tenant to tenant migration<\/strong><\/a> without any data loss.<\/p>\n<p class=\"text-center mr-2\"><a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #28a745;color: #fff !important\" href=\"https:\/\/systoolskart.com\/download\/SYS1S6P6O\/29\" rel=\"nofollow\"> Download Now<\/a> <a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #ff6800;color: #fff !important\" href=\"https:\/\/systoolskart.com\/buy\/SYS1S6P6O\/29\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Purchase Now<\/a><\/p>\n<p style=\"text-align: justify\">Its impeccable features and quick steps make the process simpler. Here are the steps that you need to follow.<\/p>\n<ul>\n<li><strong>Step 1.<\/strong> Download and Set up the tool.<\/li>\n<li><strong>Step 2.<\/strong> Choose O365 as the Source and Destination.<\/li>\n<li><strong>Step 3.<\/strong> Select the Sites option and provide admin details.<\/li>\n<li><strong>Step 4.<\/strong> Map the Source and Destination users.<\/li>\n<li><strong>Step 5.<\/strong> Lastly, click on Start Migration.<\/li>\n<\/ul>\n<h4 id=\"8\">Final Words<\/h4>\n<p style=\"text-align: justify\">In this comprehensive write-up, we have explained how to set retention policy in SharePoint Online along with its benefits. No doubt, it is very helpful in reducing storage costs and in the prevention of accidental data loss. But, you should also monitor it regularly to ensure the correct conditions are set in the retention policy.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to set retention policy in SharePoint Online? It became a common query for either IT admins or new SharePoint administrators. Setting up a retention policy in SharePoint Online is <\/p>\n","protected":false},"author":6,"featured_media":4410,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[360],"class_list":["post-4409","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sharepoint-online"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Set Retention Policy in SharePoint Online? Easy Guide<\/title>\n<meta name=\"description\" content=\"How to set retention policy in SharePoint Online? Learn the stepwise process to create &amp; set retention policy to ensure data compliance and prevent data loss\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Raj Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-set-retention-policy-in-sharepoint-online\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-set-retention-policy-in-sharepoint-online\\\/\"},\"author\":{\"name\":\"Raj Kumar\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/38995c504e8e559d45dd2c8b2bba176b\"},\"headline\":\"How to Set Retention Policy in SharePoint Online? Easy Guide\",\"datePublished\":\"2024-09-05T09:12:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-set-retention-policy-in-sharepoint-online\\\/\"},\"wordCount\":959,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-set-retention-policy-in-sharepoint-online\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/how-to-set-retention-policy-in-SharePoint-Online.webp\",\"articleSection\":[\"SharePoint Online\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-set-retention-policy-in-sharepoint-online\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-set-retention-policy-in-sharepoint-online\\\/\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-set-retention-policy-in-sharepoint-online\\\/\",\"name\":\"How to Set Retention Policy in SharePoint Online? Easy Guide\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-set-retention-policy-in-sharepoint-online\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-set-retention-policy-in-sharepoint-online\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/how-to-set-retention-policy-in-SharePoint-Online.webp\",\"datePublished\":\"2024-09-05T09:12:30+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/38995c504e8e559d45dd2c8b2bba176b\"},\"description\":\"How to set retention policy in SharePoint Online? Learn the stepwise process to create & set retention policy to ensure data compliance and prevent data loss\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-set-retention-policy-in-sharepoint-online\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-set-retention-policy-in-sharepoint-online\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-set-retention-policy-in-sharepoint-online\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/how-to-set-retention-policy-in-SharePoint-Online.webp\",\"contentUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/how-to-set-retention-policy-in-SharePoint-Online.webp\",\"width\":1280,\"height\":720,\"caption\":\"How to Set Retention Policy in SharePoint Online\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/how-to-set-retention-policy-in-sharepoint-online\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Set Retention Policy in SharePoint Online? Easy Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/\",\"name\":\"Informative Blogs Related To Technologies &amp; Data Recovery Solutions\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/38995c504e8e559d45dd2c8b2bba176b\",\"name\":\"Raj Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/39e1c57ad79e81fd7edc787ba298cbd8e96458e624c52e7a35bac32d1b3063f0?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/39e1c57ad79e81fd7edc787ba298cbd8e96458e624c52e7a35bac32d1b3063f0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/39e1c57ad79e81fd7edc787ba298cbd8e96458e624c52e7a35bac32d1b3063f0?s=96&d=mm&r=g\",\"caption\":\"Raj Kumar\"},\"description\":\"A dynamic writer with extensive knowledge of technology aids in closing the gap between the user and technology. Provides simple and dependable solutions to a variety of technical challenges that customers face on a daily basis.\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/author\\\/raj\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Set Retention Policy in SharePoint Online? Easy Guide","description":"How to set retention policy in SharePoint Online? Learn the stepwise process to create & set retention policy to ensure data compliance and prevent data loss","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/","twitter_misc":{"Written by":"Raj Kumar","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/#article","isPartOf":{"@id":"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/"},"author":{"name":"Raj Kumar","@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/38995c504e8e559d45dd2c8b2bba176b"},"headline":"How to Set Retention Policy in SharePoint Online? Easy Guide","datePublished":"2024-09-05T09:12:30+00:00","mainEntityOfPage":{"@id":"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/"},"wordCount":959,"commentCount":0,"image":{"@id":"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/how-to-set-retention-policy-in-SharePoint-Online.webp","articleSection":["SharePoint Online"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/","url":"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/","name":"How to Set Retention Policy in SharePoint Online? Easy Guide","isPartOf":{"@id":"https:\/\/www.systools.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/#primaryimage"},"image":{"@id":"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/how-to-set-retention-policy-in-SharePoint-Online.webp","datePublished":"2024-09-05T09:12:30+00:00","author":{"@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/38995c504e8e559d45dd2c8b2bba176b"},"description":"How to set retention policy in SharePoint Online? Learn the stepwise process to create & set retention policy to ensure data compliance and prevent data loss","breadcrumb":{"@id":"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/#primaryimage","url":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/how-to-set-retention-policy-in-SharePoint-Online.webp","contentUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/how-to-set-retention-policy-in-SharePoint-Online.webp","width":1280,"height":720,"caption":"How to Set Retention Policy in SharePoint Online"},{"@type":"BreadcrumbList","@id":"https:\/\/www.systools.in\/blog\/how-to-set-retention-policy-in-sharepoint-online\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.systools.in\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Set Retention Policy in SharePoint Online? Easy Guide"}]},{"@type":"WebSite","@id":"https:\/\/www.systools.in\/blog\/#website","url":"https:\/\/www.systools.in\/blog\/","name":"Informative Blogs Related To Technologies &amp; Data Recovery Solutions","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.systools.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/38995c504e8e559d45dd2c8b2bba176b","name":"Raj Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/39e1c57ad79e81fd7edc787ba298cbd8e96458e624c52e7a35bac32d1b3063f0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/39e1c57ad79e81fd7edc787ba298cbd8e96458e624c52e7a35bac32d1b3063f0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/39e1c57ad79e81fd7edc787ba298cbd8e96458e624c52e7a35bac32d1b3063f0?s=96&d=mm&r=g","caption":"Raj Kumar"},"description":"A dynamic writer with extensive knowledge of technology aids in closing the gap between the user and technology. Provides simple and dependable solutions to a variety of technical challenges that customers face on a daily basis.","url":"https:\/\/www.systools.in\/blog\/author\/raj\/"}]}},"_links":{"self":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts\/4409","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/comments?post=4409"}],"version-history":[{"count":0,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts\/4409\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/media\/4410"}],"wp:attachment":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/media?parent=4409"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/categories?post=4409"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}