<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Restore-SPODeletedSite Archives - MachSol Blog</title>
	<atom:link href="https://blog.machsol.com/tag/restore-spodeletedsite/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.machsol.com/tag/restore-spodeletedsite</link>
	<description>Multi-Cloud Service Orchestration &#38; Delivery Platform</description>
	<lastBuildDate>Wed, 12 Dec 2018 14:20:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Recover Deleted Site Collections In Microsoft SharePoint Online</title>
		<link>https://blog.machsol.com/cloud/recover-deleted-site-collections-sharepoint-online</link>
		
		<dc:creator><![CDATA[Blog-Admin]]></dc:creator>
		<pubDate>Wed, 04 Apr 2018 12:49:18 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[Get-SPODeletedSite]]></category>
		<category><![CDATA[Microsoft SharePoint Online]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Restore-SPODeletedSite]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SP Online Restore Site]]></category>
		<guid isPermaLink="false">http://blog.machsol.com/?p=3243</guid>

					<description><![CDATA[<p>How to restore/recover SharePoint Online Site Collections? In SharePoint Online, If any of your Site Collections deleted accidentally Or intentionally and later on for some reasons you need to recover your deleted site even list or list items from SharePoint. Don’t worry, it is still possible to recover all your data. Removed sites moved to [&#8230;]</p>
<p>The post <a href="https://blog.machsol.com/cloud/recover-deleted-site-collections-sharepoint-online">Recover Deleted Site Collections In Microsoft SharePoint Online</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 style="font-size: 18px; color: #3366ff;"><span style="color: #3366ff;">How to restore/recover SharePoint Online Site Collections?</span></h2>
<p>In SharePoint Online, If any of your Site Collections deleted accidentally Or intentionally and later on for some reasons you need to recover your deleted site even list or list items from SharePoint. Don’t worry, it is still possible to recover all your data. Removed sites moved to SharePoint Tenant Admin recycle bin and from where it can be recovered or can be deleted permanently.</p>
<p><strong>The default retention period for any item is 93 days.</strong></p>
<p>Sites deleted will remain in the SharePoint Tenant Admin Center&#8217;s recycle bin for 30 days. And from here you can recover your removed site collection.</p>
<p><img fetchpriority="high" decoding="async" class="wp-image-3245 alignleft" src="https://blog.machsol.com/wp-content/uploads/sp-deleted-site-spac.png" alt="" width="503" height="356" srcset="https://blog.machsol.com/wp-content/uploads/sp-deleted-site-spac.png 620w, https://blog.machsol.com/wp-content/uploads/sp-deleted-site-spac-350x248.png 350w" sizes="(max-width: 503px) 100vw, 503px" /></p>
<p>&nbsp;</p>
<p><img decoding="async" class="wp-image-3246 aligncenter" src="https://blog.machsol.com/wp-content/uploads/spac-restoer-rb-1024x251.png" alt="" width="662" height="162" srcset="https://blog.machsol.com/wp-content/uploads/spac-restoer-rb-1024x251.png 1024w, https://blog.machsol.com/wp-content/uploads/spac-restoer-rb-350x86.png 350w, https://blog.machsol.com/wp-content/uploads/spac-restoer-rb-768x189.png 768w, https://blog.machsol.com/wp-content/uploads/spac-restoer-rb.png 1120w" sizes="(max-width: 662px) 100vw, 662px" /></p>
<p><strong>After 30 days site collections will be removed from Admin Center Recycle Bin and can only be recovered Using PowerShell!<br />
</strong></p>
<p>&nbsp;</p>
<p><strong style="font-size: 18px; color: #3366ff;">Recover SharePoint Online Site Collection using PowerShell.</strong></p>
<p>&nbsp;</p>
<p>In order to run cmdlet against SharePoint online you need to install “<a href="https://www.microsoft.com/en-au/download/details.aspx?id=35588" target="_blank" rel="nofollow noopener">SharePoint Online Management Shell</a>” and then use <a href="https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/Connect-SPOService?view=sharepoint-ps" target="_blank" rel="nofollow noopener">Connect-SPOService</a> to gain access to your SharePoint online space through PS.</p>
<p>Once done, You can view deleted site collections and see how many days are left before each site collection is permanently deleted.</p>
<p>Run the below command to view the deleted site collections.</p>
<p><span style="color: #ff6600;">Get-SPODeletedSite</span></p>
<p><img decoding="async" class="alignnone size-full wp-image-3247" src="https://blog.machsol.com/wp-content/uploads/get-spodeletedsite.png" alt="" width="567" height="161" srcset="https://blog.machsol.com/wp-content/uploads/get-spodeletedsite.png 567w, https://blog.machsol.com/wp-content/uploads/get-spodeletedsite-350x99.png 350w" sizes="(max-width: 567px) 100vw, 567px" /></p>
<p>&nbsp;</p>
<p>To restore a site collection, run the following command</p>
<p><span style="color: #ff6600;">Restore-SPODeletedSite -Identity https://Site-Collection-URL</span></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3248" src="https://blog.machsol.com/wp-content/uploads/Restore-SPODeletedSite.png" alt="" width="622" height="75" srcset="https://blog.machsol.com/wp-content/uploads/Restore-SPODeletedSite.png 622w, https://blog.machsol.com/wp-content/uploads/Restore-SPODeletedSite-350x42.png 350w" sizes="auto, (max-width: 622px) 100vw, 622px" /></p>
<p><strong>NOTE</strong> : User running the above cmdlet must be a SharePoint Online global administrator and a site collection administrator for the deleted site collections.</p>
<p style="text-align: right; font-size: 13px; font-family: Lucida Handwriting;"><span style="color: #333333;">Author </span>: <span style="color: #3366ff;"><a style="color: #3366ff;" href="mailto:Jameel.ur.rehman@machsol.com">Jameel</a></span></p>
<p><span style="color: #000000;"><strong>…</strong></span></p>
<p style="text-align: left; font-size: 13px;">For product &amp; sales related queries, please email us at <span style="color: #3366ff;"><a style="color: #3366ff;" href="mailto:sales@machsol.com">sales@machsol.com</a></span></p>
<p>The post <a href="https://blog.machsol.com/cloud/recover-deleted-site-collections-sharepoint-online">Recover Deleted Site Collections In Microsoft SharePoint Online</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
