{"id":7929,"date":"2024-05-23T00:18:00","date_gmt":"2024-05-23T00:18:00","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=7929"},"modified":"2024-05-23T00:18:02","modified_gmt":"2024-05-23T00:18:02","slug":"how-to-delete-preservation-library-due-to-100-disk-space","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/research\/how-to-delete-preservation-library-due-to-100-disk-space","title":{"rendered":"How to delete Preservation Library due to 100% Disk Space"},"content":{"rendered":"\n<p>Remove the Retention Hold on the Sharepoint Library or Onedrive <\/p>\n\n\n\n<p>Make sure you run this on the Sharepoint Site ( Onedrive ) &#8211; <a href=\"https:\/\/learn.microsoft.com\/en-us\/sharepoint\/troubleshoot\/sites\/compliance-policy-blocking-site-deletion\">https:\/\/learn.microsoft.com\/en-us\/sharepoint\/troubleshoot\/sites\/compliance-policy-blocking-site-deletion<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/aka.ms\/PillarInvalidRetention\">https:\/\/aka.ms\/PillarInvalidRetention<\/a><\/p>\n\n\n\n<p>Make sure you do not put a \/ on the end<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2024\/05\/image-8.png\"><img loading=\"lazy\" decoding=\"async\" width=\"814\" height=\"273\" src=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2024\/05\/image-8.png\" alt=\"\" class=\"wp-image-7930 img-responsive\" srcset=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2024\/05\/image-8.png 814w, https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2024\/05\/image-8-300x101.png 300w, https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2024\/05\/image-8-768x258.png 768w\" sizes=\"auto, (max-width: 814px) 100vw, 814px\" \/><\/a><\/figure>\n\n\n\n<p>Bulk Delete would be using the above<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">\n#Config Variables\n$SiteURL = \"https:\/\/bottlehouse-my.sharepoint.com\/personal\/hello_bottlehouse_com_au\"\n$LibraryName =\"Preservation Hold Library\"\n$ListName = \"Preservation Hold Library\"\n\n#Connect to PnP Online\nConnect-PnPOnline -Url $SiteURL -Useweblogin\n \n#Get the Library\n$Library = Get-PnPList -Identity $LibraryName\n       \n#Check if document Library exist\nIf($Library -ne $Null)\n{\n    #Set Allow Deletion Property to True\n    $Library.AllowDeletion = $True\n    $Library.Update()\n    Invoke-PnPQuery\n \n    #powershell to remove document library\n    Remove-PnPList -Identity $LibraryName -Force -recycle\n    Write-host -f Green \"Preservation Hold Library Deleted Successfully!\"\n}\nElse\n{\n    Write-host -f Yellow \"Could not find Preservation Hold Library!\"\n}\n  \n#Connect to PnP Online\nConnect-PnPOnline -Url $SiteURL -Interactive\n \n#Delete all files from the library\nGet-PnPList -Identity $ListName | Get-PnPListItem -PageSize 100 -ScriptBlock {    Param($items) Invoke-PnPQuery } | ForEach-Object { $_.Recycle() | Out-Null}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Remove the Retention Hold on the Sharepoint Library or Onedrive Make sure you run this on the Sharepoint Site ( Onedrive ) &#8211; https:\/\/learn.microsoft.com\/en-us\/sharepoint\/troubleshoot\/sites\/compliance-policy-blocking-site-deletion https:\/\/aka.ms\/PillarInvalidRetention Make sure [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7929","post","type-post","status-publish","format-standard","hentry","category-research"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/7929","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=7929"}],"version-history":[{"count":1,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/7929\/revisions"}],"predecessor-version":[{"id":7931,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/7929\/revisions\/7931"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=7929"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=7929"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=7929"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}