<?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>Quota Archives - Daniel Glenn</title>
	<atom:link href="https://DanielGlenn.com/tag/quota/feed/" rel="self" type="application/rss+xml" />
	<link>https://DanielGlenn.com/tag/quota/</link>
	<description>My experiences as a Microsoft MVP, Microsoft 365 and SharePoint Architect, Administrator, and Consultant</description>
	<lastBuildDate>Sun, 09 Feb 2020 19:06:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://DanielGlenn.com/wp-content/uploads/2023/01/cropped-Smile-512-32x32.jpg</url>
	<title>Quota Archives - Daniel Glenn</title>
	<link>https://DanielGlenn.com/tag/quota/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Increase Your OneDrive Storage Limit</title>
		<link>https://DanielGlenn.com/increase-my-storage-limit-on-onedrive-how-to/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=increase-my-storage-limit-on-onedrive-how-to</link>
					<comments>https://DanielGlenn.com/increase-my-storage-limit-on-onedrive-how-to/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Thu, 16 Jan 2020 15:38:05 +0000</pubDate>
				<category><![CDATA[Office 365]]></category>
		<category><![CDATA[OneDrive]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Quota]]></category>
		<category><![CDATA[Storage]]></category>
		<guid isPermaLink="false">https://DanielGlenn.com/?p=3268</guid>

					<description><![CDATA[<p>As your user's storage needs grow, they may find themselves needing more than the default storage allotment. Via the OneDrive Admin Center, Microsoft provides a way to increase the storage quota for your Office 365 tenant. However this change does not apply to existing users in your Office 365 tenant. So you may be asking: how do I increase my storage limit on OneDrive in Office 365? Read on! How do I check my OneDrive quota? In the video below, I show how a user can check their storage quota, as well as how you can check your Office 365 tenant quota. What is the capacity of OneDrive? Office 365's OneDrive comes with a default capacity quota of 1 terabyte (1TB) per user by default. You can increase the quota for users, as long as you meet the criteria specified by Microsoft in this article: OneDrive for Business service description How do I increase my storage limit on OneDrive? To update a user's storage quota, you need to use PowerShell. In this video I show you how to update your Office 365 tenant's OneDrive storage quota via the OneDrive admin center and via PowerShell. I then show you how to update a specific user's quota so that it inherits the tenant’s current storage quota. Export OneDrive URLs for All Users Also mentioned in the video is a script that you can use to get a list of all OneDrive URLs in your tenant. This script comes directly from Microsoft from here: Get a list of all user OneDrive URLs in your organization [sourcecode language=&#8221;plain&#8221;]Import-Module Microsoft.Online.SharePoint.PowerShell&#60;/div&#62; &#60;div&#62;$TenantUrl = Read-Host &#34;Enter the SharePoint Online Tenant Admin Url&#34;&#60;/div&#62; &#60;div&#62;$LogFile = [Environment]::GetFolderPath(&#34;Desktop&#34;) + &#34;\OneDriveSites.log&#34;&#60;/div&#62; &#60;div&#62;Connect-SPOService -Url $TenantUrl&#60;/div&#62; &#60;div&#62;Get-SPOSite -IncludePersonalSite $true -Limit all -Filter &#34;Url -like &#8216;-my.sharepoint.com/personal/'&#34; &#124; select Url &#124; Out-File $LogFile -Force&#60;/div&#62; &#60;div&#62;Write-Host &#34;Done! File saved as $($LogFile).&#34;[/sourcecode] Once you have a listing of all OneDrive URLs, you can run the set spo-site storage quota reset command for all users. &#160; &#160;</p>
<p>The post <a href="https://DanielGlenn.com/increase-my-storage-limit-on-onedrive-how-to/">How to Increase Your OneDrive Storage Limit</a> appeared first on <a href="https://DanielGlenn.com">Daniel Glenn</a>.</p>
]]></description>
		
					<wfw:commentRss>https://DanielGlenn.com/increase-my-storage-limit-on-onedrive-how-to/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
