<?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>Microsoft SharePoint Online Archives - MachSol Blog</title>
	<atom:link href="https://blog.machsol.com/tag/microsoft-sharepoint-online/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.machsol.com/tag/microsoft-sharepoint-online</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>How to Optimize SharePoint Online performance</title>
		<link>https://blog.machsol.com/microsoft-sharepoint/optimize-sharepoint-online-performance</link>
		
		<dc:creator><![CDATA[Blog-Admin]]></dc:creator>
		<pubDate>Mon, 15 Oct 2018 13:07:56 +0000</pubDate>
				<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[Cloud Service Provider]]></category>
		<category><![CDATA[Content Delivery Networks]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microsoft product]]></category>
		<category><![CDATA[Microsoft SharePoint automation]]></category>
		<category><![CDATA[Microsoft SharePoint Online]]></category>
		<category><![CDATA[Page Diagnostics Tool]]></category>
		<category><![CDATA[sharepoint automation]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SharePoint Server]]></category>
		<guid isPermaLink="false">https://blog.machsol.com/?p=3881</guid>

					<description><![CDATA[<p>The popularity of SharePoint Online with Cloud Service Providers has made it the fastest growing Microsoft product in recent years. The key to its success is better application performance which makes it fruitful for deployments and adoptions. Let’s have a look at a few techniques that Cloud Service Providers can follow to improve the overall [&#8230;]</p>
<p>The post <a href="https://blog.machsol.com/microsoft-sharepoint/optimize-sharepoint-online-performance">How to Optimize SharePoint Online performance</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="color: #000000;">The popularity of SharePoint Online with Cloud Service Providers has made it the fastest growing Microsoft product in recent years. The key to its success is better application performance which makes it fruitful for deployments and adoptions. Let’s have a look at a few techniques that Cloud Service Providers can follow to improve the overall performance of SharePoint server.</span></p>
<h2><span style="color: #000000;">Tips to Fine-Tune performance of SharePoint Online</span></h2>
<ol>
<li style="padding-left: 20px; list-style: square;">
<h3><span style="color: #000000;"><strong>Image Optimization</strong></span></h3>
</li>
</ol>
<p><span style="color: #000000;">Images make the overall design appealing but their size can greatly affect page loading speed that can have a huge impact <img fetchpriority="high" decoding="async" class=" wp-image-3900 alignright" src="https://blog.machsol.com/wp-content/uploads/Optimize-SharePoint-Online-performance.jpg" alt="SharePoint Online" width="549" height="286" srcset="https://blog.machsol.com/wp-content/uploads/Optimize-SharePoint-Online-performance.jpg 1200w, https://blog.machsol.com/wp-content/uploads/Optimize-SharePoint-Online-performance-350x183.jpg 350w, https://blog.machsol.com/wp-content/uploads/Optimize-SharePoint-Online-performance-768x401.jpg 768w, https://blog.machsol.com/wp-content/uploads/Optimize-SharePoint-Online-performance-1024x535.jpg 1024w" sizes="(max-width: 549px) 100vw, 549px" />on site performance. The ideal way to use images on a SharePoint Site is to use sprites approach (an image Sprite is a technique of showing multiple images on your site that are actually a portion of one larger image, as it reduces HTTP traffic since you are downloading more images in one request). Further, it is necessary to use image compression and image optimization techniques before using them on your site.</span></p>
<ol>
<li style="padding-left: 20px; list-style: square;">
<h3><span style="color: #000000;"><strong>Minification and Bundling</strong></span></h3>
</li>
</ol>
<p><span style="color: #000000;">Customization a web-page results in a lot of extra files being added to the server for support. The process of minification minimizes the size of these fields by removing extra white spaces and unnecessary characters. This reduces overall size of files and hence improves performance of site by giving low overhead on the server. Images can be bundled in an image sprite, as mentioned earlier.</span></p>
<ol>
<li style="padding-left: 20px; list-style: square;">
<h3><span style="color: #000000;"><strong>Navigation Options</strong></span></h3>
</li>
</ol>
<p><span style="color: #000000;">Choosing configuration options for SharePoint site makes significant impacts of performances. Options like, Managed (Metadata) navigation is recommended whereas Structural navigation is not recommended for better performance. Navigation providers work seamlessly with responsive page designs. Plus, they are scalable and are able to render without a resource cost. Cloud Service Providers need to focus on navigation options for better site results.</span></p>
<ol>
<li style="padding-left: 20px; list-style: square;">
<h3><span style="color: #000000;"><strong>Delay Loading Images and JavaScript</strong></span></h3>
</li>
</ol>
<p><span style="color: #000000;">Modern browser pre-fetch the images to be loaded within the HTML page. Another technique to make SharePoint Online site load efficiently is to delay loading images using JavaScript. Images will be loaded as the user scrolls towards it.</span></p>
<ol>
<li style="padding-left: 20px; list-style: square;">
<h3><span style="color: #000000;"><strong>Use the Page Diagnostics Tool</strong></span></h3>
</li>
</ol>
<p><span style="color: #000000;">Publishing pages using classic publishing can be a overhead on the SharePoint site. It is best to use page diagnostic tools for that purpose. Install it to your site to make publishing efficient.</span></p>
<ol>
<li style="padding-left: 20px; list-style: square;">
<h3><span style="color: #000000;"><strong>Using Content Delivery Networks</strong></span></h3>
</li>
</ol>
<p><span style="color: #000000;">Content Delivery networks or CDNs can increase SharePoint Online Performance. CDN is a worldwide network of different servers that host the same file simultaneously. In this way, the server that is closest to the user requesting that file, can serve the file in less time as compared to the main server located far away. Cloud Service Providers must take this into account.</span></p>
<hr />
<p style="text-align: center;"><strong><span style="font-size: large; color: #000000;">ALSO READ</span><br />
</strong><a href="https://blog.machsol.com/microsoft-sharepoint/benefits-of-collaboration-with-sharepoint-teams" target="_blank" rel="noopener"><strong><span style="font-size: x-large;"><span style="color: #e61d26;">Benefits of collaboration with Microsoft SharePoint and Teams</span></span></strong></a></p>
<hr />
<h2><span style="color: #000000;"><strong>MachPanel Automation Module for Microsoft SharePoint </strong></span></h2>
<p><span style="color: #000000;">MachPanel <span style="color: #e61d26;"><a style="color: #e61d26;" href="https://www.machsol.com/machpanel-automation-for-microsoft-sharepoint/">Automation Solution for Microsoft SharePoint</a></span> offers a complete end-to-end management &amp; Automation layer for Microsoft SharePoint on-premises and Microsoft SharePoint Online. With MachPanel Automation module for Microsoft SharePoint Provisioning and management is simplified and made easy for Service Providers. MachSol also provides turn-key services related to Microsoft SharePoint on-premises design, deployment, migration, planning, reliability and scalability.</span></p>
<p><span style="color: #000000;">Take this opportunity and go for MachPanel to grow and make your business more successful.</span></p>
<p>&nbsp;</p>
<p style="text-align: center;"><a style="padding: 8px 12px; border: 0; font-weight: normal; letter-spacing: 0.0625em; margin-right: 12px; background: #e61d26; color: #fff; text-decoration: none;" href="https://www.machsol.com/contact-us/">Lets Talk</a><a style="padding: 8px 12px; border: 0; font-weight: normal; letter-spacing: 0.0625em; background: #e61d26; color: #fff; text-decoration: none;" href="https://www.machsol.com/machpanel-enterprise-cloud-hosting-panel/demo-request/">Request a Demo</a></p>
<p>The post <a href="https://blog.machsol.com/microsoft-sharepoint/optimize-sharepoint-online-performance">How to Optimize SharePoint Online performance</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Migrate to SharePoint Online or upgrade to SharePoint Server: Which is Better?</title>
		<link>https://blog.machsol.com/microsoft-sharepoint/migrate-microsoft-sharepoint-online-upgrade-sharepoint-server</link>
		
		<dc:creator><![CDATA[Blog-Admin]]></dc:creator>
		<pubDate>Wed, 19 Sep 2018 13:13:44 +0000</pubDate>
				<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[Automation Module for SharePoint]]></category>
		<category><![CDATA[Microsoft SharePoint Online]]></category>
		<category><![CDATA[Microsoft SharePoint Server]]></category>
		<category><![CDATA[SharePoint On-Premise]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SharePoint Server]]></category>
		<guid isPermaLink="false">https://blog.machsol.com/?p=3832</guid>

					<description><![CDATA[<p>When it comes to the decision about migrating or up gradation, organizations need to go slow but sure. The most important factor that needs to be considered by organizations of any size before opting for migration is Cost. This is a huge factor that cannot be understated. It is important to analyze how much migration [&#8230;]</p>
<p>The post <a href="https://blog.machsol.com/microsoft-sharepoint/migrate-microsoft-sharepoint-online-upgrade-sharepoint-server">Migrate to SharePoint Online or upgrade to SharePoint Server: Which is Better?</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When it comes to the decision about migrating or up gradation, organizations need to go slow but sure. The most important factor that needs to be considered by organizations of any size before opting for <img decoding="async" class="wp-image-3837 alignright" src="https://blog.machsol.com/wp-content/uploads/SharePoint-On-Premises-SharePoint-Online-small-png.png" alt="Microsoft SharePoint" width="413" height="289" srcset="https://blog.machsol.com/wp-content/uploads/SharePoint-On-Premises-SharePoint-Online-small-png.png 898w, https://blog.machsol.com/wp-content/uploads/SharePoint-On-Premises-SharePoint-Online-small-png-350x245.png 350w, https://blog.machsol.com/wp-content/uploads/SharePoint-On-Premises-SharePoint-Online-small-png-768x537.png 768w" sizes="(max-width: 413px) 100vw, 413px" />migration is Cost. This is a huge factor that cannot be understated. It is important to analyze how much migration will cost the business.</p>
<p>In order to get a legitimate answer, it is important to analyze different aspects like Scalability, Licensing etc. Microsoft SharePoint 2016 has significant benefits for businesses. In case of Scalability, it is important to analyze how Microsoft SharePoint 2016 is scalable without lowering performance of the system. There is even quite a good integration with Microsoft Office 365 which gives you quite a control over license costs per member of staff. This feature is most beneficial for small businesses and growing teams.</p>
<h2>Upgrading to Microsoft SharePoint Server</h2>
<p>A Microsoft SharePoint upgrade is recommended when the existing version is SharePoint 2010 or higher. The taxonomy is well-informed. There needs to be a decent architecture of existing Site Collections and content databases. The content has to be properly distributed and folder structures should not be too shallow. It is best to upgrade to Microsoft SharePoint 2016 when Site templates are used that include Team Site, Document Center or Records Center. It is also necessary that the existing version shall be a lower version than the version which you are planning to upgrade to.</p>
<h2><strong>Migrating to Microsoft SharePoint Online</strong></h2>
<p>Executing a business content migration is not easy. In fact, consolidating legacy information into a latest environment is not an easy task either. There are many challenges, benefits and other technical considerations. Migrations are recommended when the original Document repository is not Microsoft SharePoint or it is not SharePoint 2010 or higher. It is better to migrate to Microsoft SharePoint online when architecture of taxonomy needs a redesign in your business. It is also best to opt when content is improperly distributed. If customer site templates were used for initial document repository site collection, it is better to migrate rather than upgrade because that makes up gradation overly complicated and costly.</p>
<hr />
<p style="text-align: center;"><strong><span style="font-size: large; color: #000000;">ALSO READ</span><br />
</strong><a href="https://blog.machsol.com/microsoft-sharepoint/sharepoint-2019-announced" target="_blank" rel="noopener"><strong><span style="font-size: x-large;"><span style="color: #e61d26;">Major announcements on SharePoint Server 2019 on-premises</span></span></strong></a></p>
<hr />
<h2>MachPanel Automation Module for SharePoint</h2>
<p>MachPanel is a complete solution control panel where you can effectively sell Microsoft SharePoint 2016/2013/2010 as hosted solution on cloud. The services of deployment and migration can be utilized as MachSol offers excellent turn-key services for Microsoft SharePoint design and deployment with better reliability and good scalability for your business. Whether you plan to upgrade to Microsoft SharePoint On-Premises or plan to migrate to SharePoint Online, MachPanel is your gateway to a successful execution along with added support that is available 24/7. By opting for MachPanel you even get after migration support and hence the stability of your business is guaranteed.</p>
<p>So grab this opportunity to grow your business beyond measures with MachPanel Automation module for SharePoint.</p>
<p style="text-align: center;"><a style="padding: 8px 12px; border: 0; font-weight: normal; letter-spacing: 0.0625em; margin-right: 12px; background: #e61d26; color: #fff; text-decoration: none;" href="https://www.machsol.com/contact-us/">Lets Talk</a><a style="padding: 8px 12px; border: 0; font-weight: normal; letter-spacing: 0.0625em; background: #e61d26; color: #fff; text-decoration: none;" href="https://www.machsol.com/machpanel-enterprise-cloud-hosting-panel/demo-request/">Request a Demo</a></p>
<p>The post <a href="https://blog.machsol.com/microsoft-sharepoint/migrate-microsoft-sharepoint-online-upgrade-sharepoint-server">Migrate to SharePoint Online or upgrade to SharePoint Server: Which is Better?</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SharePoint Hybrid – The Solution to your Cloud computing problems</title>
		<link>https://blog.machsol.com/microsoft-sharepoint/sharepoint-hybrid-solution-to-cloud-computing-problems</link>
		
		<dc:creator><![CDATA[Blog-Admin]]></dc:creator>
		<pubDate>Wed, 25 Apr 2018 13:23:10 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[cloud service]]></category>
		<category><![CDATA[Cloud Services]]></category>
		<category><![CDATA[Hybrid Cloud]]></category>
		<category><![CDATA[Hybrid SharePoint]]></category>
		<category><![CDATA[MachPanel SharePoint]]></category>
		<category><![CDATA[Microsoft Office 365]]></category>
		<category><![CDATA[Microsoft SharePoint Online]]></category>
		<category><![CDATA[O365]]></category>
		<category><![CDATA[On Premises SharePoint]]></category>
		<category><![CDATA[On-Premises Mode]]></category>
		<category><![CDATA[OneDrive]]></category>
		<category><![CDATA[Pay as you go]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[sharePoint]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SharePoint Server]]></category>
		<category><![CDATA[SP online]]></category>
		<guid isPermaLink="false">http://blog.machsol.com/?p=3404</guid>

					<description><![CDATA[<p>“Cloud or on-premises?” this is one question IT companies often find themselves asking at one point. Most of the time, they end up taking the smart solution – Going Hybrid. Content management is the core of every business. There is a dire need to have a content management system through which the creation, sharing, collaboration [&#8230;]</p>
<p>The post <a href="https://blog.machsol.com/microsoft-sharepoint/sharepoint-hybrid-solution-to-cloud-computing-problems">SharePoint Hybrid – The Solution to your Cloud computing problems</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>“Cloud or on-premises?” this is one question IT companies often find themselves asking at one point. Most of the time, they end up taking the smart solution – Going Hybrid.</p>
<p>Content management is the core of every business. There is a dire need to have a content management system through which the creation, sharing, collaboration and storage of content can be centralized. A full fledge content management system is required to manage the above mentioned functionalities. However, there is no point having a cloud service if it can’t be handled smartly. Most of the times Hybrid is a more feasible solution for business today because of the innumerable benefits like:</p>
<ol>
<li style="padding-left: 20px; list-style: square;"><span style="color: #000000;">Apps can be kept on-premises and when they are needed, they can be accessed from app launcher</span></li>
<li style="padding-left: 20px; list-style: square;"><span style="color: #000000;">The sensitive data can reside on-premises and need not be sent up to the cloud for storage. It can later be searched through hybrid taxonomy and a unified search</span></li>
<li style="padding-left: 20px; list-style: square;">Content security is ensure by authenticating users accessing form different locations through a multi-factor authentication system</li>
<li style="padding-left: 20px; list-style: square;">Collaboration gets effective by using business to business sites through extranets.</li>
</ol>
<p>SharePoint Online and SharePoint server (On Premises) fulfill the essence of going hybrid.</p>
<h3>SharePoint Online vs SharePoint Server (On Premises)</h3>
<p>With SharePoint Online, services are offered as a SaaS model. Disaster recovery is handled by Microsoft Data Centers. There are annual subscriptions and Pay as you go model. Customizations are limited. In case of SharePoint Server, the whole system resides within the corporate network. Going hybrid with SharePoint hybrid model gives you the best of both the worlds.</p>
<hr />
<p style="text-align: center;"><strong><span style="font-size: large;">ALSO READ</span><br />
</strong><a href="https://blog.machsol.com/cloud/recover-deleted-site-collections-sharepoint-online" target="_blank" rel="noopener"><strong><span style="font-size: x-large;"><span style="color: #e61d26;">Recover Deleted Sites Collection in SharePoint Online</span></span></strong></a></p>
<hr />
<h3>The Hybrid Model</h3>
<p>With the <a href="https://www.machsol.com/products/machpanel-sharepoint/">hybrid SharePoint</a> option, you need not get concerned for the scalability and security of systems; Microsoft takes care of that. Going hybrid combats Shadow IT making the environment securer. This way, the data and other content specific to business remains with you and is not sent to O365 (SP online). This is more important for companies who don’t want to share their data with a third party cloud providers due to its sensitive nature, or other legal terms. In such cases, Hybrid model is the solution. With its intelligent intranet and cool features of OneDrive, the collaboration and storage is not a problem anymore.</p>
<p>Hybrid federated search is a convenient way to implement, if multiple users are working in the same environment. The results are fetched from the index from the SharePoint Server and from the search index in Microsoft Office 365. The search Center displays search items in two different result blocks resulting in two different ranks being displayed to the user.</p>
<h3>The MachSol way</h3>
<p>MachPanel <a href="https://www.machsol.com/machpanel-automation-for-microsoft-sharepoint/">Automation Module for Microsoft SharePoint</a> is the most trusted hosted solution on the cloud. The setup of infrastructure on premises is simplified by experts. There is no need to be concerned about the growth of the system as the business continues to grow. With <a href="https://www.machsol.com/products/machpanel/">MachPanel</a>, your services to customers can never be down as it ensures maximum uptime. MachPanel SharePoint makes the hassle of cloud computing smooth and easy.</p>
<p>The post <a href="https://blog.machsol.com/microsoft-sharepoint/sharepoint-hybrid-solution-to-cloud-computing-problems">SharePoint Hybrid – The Solution to your Cloud computing problems</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<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 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 loading="lazy" 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="auto, (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 loading="lazy" 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="auto, (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>
