<?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>OneDrive Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/office365/onedrive/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/office365/onedrive/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Tue, 15 Jun 2021 04:24:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">144174110</site>	<item>
		<title>How To Grant OneDrive Access To Another User (as an Administrator)</title>
		<link>https://thesysadminchannel.com/how-to-grant-onedrive-access-to-another-user-as-an-administrator/</link>
					<comments>https://thesysadminchannel.com/how-to-grant-onedrive-access-to-another-user-as-an-administrator/#comments</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Tue, 15 Jun 2021 04:24:59 +0000</pubDate>
				<category><![CDATA[OneDrive]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[give access to another users onedrive for business]]></category>
		<category><![CDATA[grant access to onedrive for business to another user]]></category>
		<category><![CDATA[Grant OneDrive Access To Another User]]></category>
		<category><![CDATA[how to grant access to onedrive]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3139</guid>

					<description><![CDATA[<p>In this article we&#8217;re going to give you the run down on how exactly we can grant OneDrive access to another user as an administrator of Office 365. This use case typically stems from someone who has recently left the&#8230; <a href="https://thesysadminchannel.com/how-to-grant-onedrive-access-to-another-user-as-an-administrator/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/how-to-grant-onedrive-access-to-another-user-as-an-administrator/">How To Grant OneDrive Access To Another User (as an Administrator)</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this article we&#8217;re going to give you the run down on how exactly we can grant OneDrive access to another user as an administrator of Office 365.  This use case typically stems from someone who has recently left the company and the person that&#8217;s going to be taking over is requesting this access.  </p>
<p>It happens all the time and today we&#8217;re going to document exactly what&#8217;s needed as well as how to streamline the process using Powershell.</p>
<h2>Requirements For Granting OneDrive Permissions</h2>
<p>In order to make this work there are a few things you&#8217;ll need as well as few things you&#8217;ll need to know so you don&#8217;t run into any road blocks. We&#8217;ll outline the 3 topics you need here.</p>
<ul>
<li>You&#8217;ll need either <strong>Global Administrator</strong> -or <strong>SharePoint Administrator</strong> rights</li>
<li>You&#8217;ll need to know the SharePoint admin site URL to connect to it.</li>
<ul>
<li>Your admin site URL is typically <strong>https://&lt;tenantName&gt;-admin.sharepoint.com</strong>.  e.g. https://thesysadminchannel-admin.sharepoint.com</li>
</ul>
<li>You&#8217;ll need the <strong>Microsoft.Online.SharePoint.PowerShell</strong> Module
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2021/06/Connect-to-SharePoint-Online-Powershell.png" target="_blank" rel="noopener"><img fetchpriority="high" decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2021/06/Connect-to-SharePoint-Online-Powershell.png" alt="Connect to SharePoint Online Powershell" width="1181" height="393" class="aligncenter size-full wp-image-3143" srcset="https://thesysadminchannel.com/wp-content/uploads/2021/06/Connect-to-SharePoint-Online-Powershell.png?v=1623724673 1181w, https://thesysadminchannel.com/wp-content/uploads/2021/06/Connect-to-SharePoint-Online-Powershell-1024x341.png?v=1623724673 1024w, https://thesysadminchannel.com/wp-content/uploads/2021/06/Connect-to-SharePoint-Online-Powershell-768x256.png?v=1623724673 768w" sizes="(max-width: 1181px) 100vw, 1181px" /></a></p>
<p>&nbsp;</p>
<p>Once we have successfully connected to SharePoint online using Powershell we can confirm our connection by typing in <strong>Get-SPOSite | select -First 5</strong>.   If you know of a SharePoint site you can use that as well.</p>
<h2>Grant OneDrive Access To Another User</h2>
<p>At this point we&#8217;ve already connected to SharePoint Online which should now give us access to OneDrive properties and cmdlets. Let&#8217;s start by getting the general layout of how OneDrive URLs are generated.  Typically, a user&#8217;s OneDrive link is going to be https://<em>&lt;tenantName&gt;</em>-my.sharepoint.com/personal/<em>&lt;userName&gt;</em>_<em>&lt;domainName&gt;</em>_<em>&lt;domainSpace&gt;</em></p>
<p>&nbsp;</p>
<p>The above might sound pretty confusing because of all the variables that is has, but a user in my tenant would look like this:<br />
&#8220;<strong>https://thesysadminchannel-my.sharepoint.com/personal/bsmith_thesysadminchannel_com</strong>&#8221; &#8211; In my case, my domain and my tenant name are the same so its pretty simple, but if your tenant name and domain are different, you&#8217;ll need to account for that too.  The domainSpace above refers to .com/ .net / .biz etc&#8230;</p>
<p>If you&#8217;re still unsure what your OneDrive URLs might look like you can go to admin.microsoft.com -> search for the user -> select the OneDrive tab and click to create a link to view the user&#8217;s OD files. </p>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2021/06/Get-OneDrive-Link-From-Office-365-Admin-Center.png" target="_blank" rel="noopener"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2021/06/Get-OneDrive-Link-From-Office-365-Admin-Center.png" alt="Get OneDrive Link From Office 365 Admin Center" width="1461" height="576" class="aligncenter size-full wp-image-3148" srcset="https://thesysadminchannel.com/wp-content/uploads/2021/06/Get-OneDrive-Link-From-Office-365-Admin-Center.png?v=1623728528 1461w, https://thesysadminchannel.com/wp-content/uploads/2021/06/Get-OneDrive-Link-From-Office-365-Admin-Center-1024x404.png?v=1623728528 1024w, https://thesysadminchannel.com/wp-content/uploads/2021/06/Get-OneDrive-Link-From-Office-365-Admin-Center-768x303.png?v=1623728528 768w" sizes="(max-width: 1461px) 100vw, 1461px" /></a></p>
<p>&nbsp;</p>
<p>Now that we know the general layout, all we&#8217;ll need to do is populate the username in that url template.  In this case, I&#8217;m going to grant myself site collection admin access to the user Gabby&#8217;s OD by running the Set-SPOUser cmdlet.</p>
<pre class="brush: powershell; title: ; notranslate">

$URL = 'https://thesysadminchannel-my.sharepoint.com/personal/gabby_thesysadminchannel_com'
Set-SPOUser -Site $URL -LoginName pcontreras@thesysadminchannel.com -IsSiteCollectionAdmin: $true

</pre>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2021/06/Set-SPOuser-Permissions-Grant-OneDrive-Permissions-To-Another-User.png" target="_blank" rel="noopener"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2021/06/Set-SPOuser-Permissions-Grant-OneDrive-Permissions-To-Another-User.png" alt="Set SPOuser Permissions - Grant OneDrive Access To Another User" width="1204" height="348" class="aligncenter size-full wp-image-3150" srcset="https://thesysadminchannel.com/wp-content/uploads/2021/06/Set-SPOuser-Permissions-Grant-OneDrive-Permissions-To-Another-User.png?v=1623729333 1204w, https://thesysadminchannel.com/wp-content/uploads/2021/06/Set-SPOuser-Permissions-Grant-OneDrive-Permissions-To-Another-User-1024x296.png?v=1623729333 1024w, https://thesysadminchannel.com/wp-content/uploads/2021/06/Set-SPOuser-Permissions-Grant-OneDrive-Permissions-To-Another-User-768x222.png?v=1623729333 768w" sizes="(max-width: 1204px) 100vw, 1204px" /></a></p>
<p>&nbsp;</p>
<p>We also want to verify our access by running the Get-SPOUser cmdlet.</p>
<pre class="brush: powershell; title: ; notranslate">

Get-SPOUser -Site $URL -LoginName pcontreras@thesysadminchannel.com | fl

DisplayName : Paul Contreras
LoginName   : pcontreras@thesysadminchannel.com
IsSiteAdmin : True
IsGroup     : False
Groups      : {}
UserType    : Member

</pre>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2021/06/Get-SPOuser-Permissions-Grant-OneDrive-Permissions-To-Another-User.png" target="_blank" rel="noopener"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2021/06/Get-SPOuser-Permissions-Grant-OneDrive-Permissions-To-Another-User.png" alt="Get SPOuser Permissions - Grant OneDrive Access To Another User" width="991" height="351" class="aligncenter size-full wp-image-3152" srcset="https://thesysadminchannel.com/wp-content/uploads/2021/06/Get-SPOuser-Permissions-Grant-OneDrive-Permissions-To-Another-User.png?v=1623729739 991w, https://thesysadminchannel.com/wp-content/uploads/2021/06/Get-SPOuser-Permissions-Grant-OneDrive-Permissions-To-Another-User-768x272.png?v=1623729739 768w" sizes="(max-width: 991px) 100vw, 991px" /></a></p>
<h2>Conclusion</h2>
<p>Great, now we finally know how to grant OneDrive access to another user using our administrator permissions. Hopefully you found this pretty useful and informative.  If you would like to learn more, check out our <a href="https://thesysadminchannel.com/office365/onedrive/" rel="noopener" target="_blank">OneDrive gallery</a> that has pretty neat scripts like <a href="https://thesysadminchannel.com/check-onedrive-usage-for-users-in-office-365/" rel="noopener" target="_blank">Get-OneDriveUsage</a> to see how much data the user has.</p>
<p>The post <a href="https://thesysadminchannel.com/how-to-grant-onedrive-access-to-another-user-as-an-administrator/">How To Grant OneDrive Access To Another User (as an Administrator)</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/how-to-grant-onedrive-access-to-another-user-as-an-administrator/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3139</post-id>	</item>
		<item>
		<title>Check OneDrive Usage Per User In Office 365</title>
		<link>https://thesysadminchannel.com/check-onedrive-usage-for-users-in-office-365/</link>
					<comments>https://thesysadminchannel.com/check-onedrive-usage-for-users-in-office-365/#respond</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Sun, 27 Sep 2020 05:22:13 +0000</pubDate>
				<category><![CDATA[OneDrive]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Check OneDrive Storage Usage In Office 365]]></category>
		<category><![CDATA[Get-OneDriveUsage]]></category>
		<category><![CDATA[how to check onedrive storage office 365 powershell]]></category>
		<category><![CDATA[office 365 check onedrive usage powershell]]></category>
		<category><![CDATA[onedrive usage report per user]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1949</guid>

					<description><![CDATA[<p>In this article I&#8217;m going to show you how to check OneDrive usage for users in Office 365. Since this task is really straight forward I&#8217;m going to share how to find it in the GUI as well as getting&#8230; <a href="https://thesysadminchannel.com/check-onedrive-usage-for-users-in-office-365/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/check-onedrive-usage-for-users-in-office-365/">Check OneDrive Usage Per User In Office 365</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this article I&#8217;m going to show you how to <strong>check OneDrive usage</strong> for users in Office 365. Since this task is really straight forward I&#8217;m going to share how to find it in the GUI as well as getting that information in Powershell.</p>
<h2>Office 365 Requirements</h2>
<p>Here is the small list of requirements needed: </p>
<ul>
<li><strong>Global Admin</strong> Rights &#8211; or &#8211;</li>
<li><strong>SharePoint Administrator</strong> Rights</li>
<li>The user must be licensed for OneDrive (typically an E3 license is used)</li>
</ul>
<p>&nbsp;<br />
Behind the scenes, OneDrive is essentially an extension of SharePoint so you will need SharePoint admin rights at a minimum to check the usage. In my case, I have global admin rights temporarily assigned.<br />
<a href="https://thesysadminchannel.com/wp-content/uploads/2020/12/Check-OneDrive-Usage-Global-Admin-Rights-1.png" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2020/12/Check-OneDrive-Usage-Global-Admin-Rights-1.png" alt="Check OneDrive Usage Global Admin Rights" width="795" height="287" class="aligncenter size-full wp-image-2639" srcset="https://thesysadminchannel.com/wp-content/uploads/2020/12/Check-OneDrive-Usage-Global-Admin-Rights-1.png?v=1609054116 795w, https://thesysadminchannel.com/wp-content/uploads/2020/12/Check-OneDrive-Usage-Global-Admin-Rights-1-768x277.png?v=1609054116 768w" sizes="(max-width: 795px) 100vw, 795px" /></a></p>
<p>&nbsp;</p>
<h2>Check OneDrive Usage &#8211; GUI Method</h2>
<p>If you want to check a single user it&#8217;s really quick and easy to check their usage in the GUI. Here&#8217;s how. </p>
<ul>
<li>Navigate to the admin portal (<a href="https://admin.microsoft.com/AdminPortal/Home#/homepage" rel="noopener noreferrer" target="_blank">https://admin.microsoft.com/</a>)</li>
<li>Search for the user in the search bar</li>
<li>Click on the OneDrive tab to see their full stats</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2020/12/Check-OneDrive-Usage-Gui-Method.png" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2020/12/Check-OneDrive-Usage-Gui-Method.png" alt="Check OneDrive Usage - Gui Method" width="1422" height="713" class="aligncenter size-full wp-image-2641" srcset="https://thesysadminchannel.com/wp-content/uploads/2020/12/Check-OneDrive-Usage-Gui-Method.png?v=1609054999 1422w, https://thesysadminchannel.com/wp-content/uploads/2020/12/Check-OneDrive-Usage-Gui-Method-1024x513.png?v=1609054999 1024w, https://thesysadminchannel.com/wp-content/uploads/2020/12/Check-OneDrive-Usage-Gui-Method-768x385.png?v=1609054999 768w" sizes="(max-width: 1422px) 100vw, 1422px" /></a></p>
<h2>Check OneDrive Usage &#8211; Powershell Method</h2>
<p>I&#8217;ll admit, in this case the GUI method is a little bit easier. However, if you want to check users in bulk then Powershell is absolutely the best way.  Let&#8217;s go over how to do that. You&#8217;ll need the <strong>Microsoft.Online.SharePoint.PowerShell</strong> Powershell Module installed.</p>
<ul>
<li>Type: <strong>Import-Module Microsoft.Online.SharePoint.PowerShell</strong></li>
<li>Type: $adminURL = &#8216;<strong>https://&lt;<em>YourTenantName</em>&gt;-admin.sharepoint.com</strong>&#8216; (e.g https://thesysadminchannel-admin.sharepoint.com)</li>
<li>Type: <strong>Connect-SPOService -Url $adminURL</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2020/12/Connect-SPOService-Powershell.png" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2020/12/Connect-SPOService-Powershell.png" alt="Connect-SPOService Powershell" width="881" height="288" class="aligncenter size-full wp-image-2645" srcset="https://thesysadminchannel.com/wp-content/uploads/2020/12/Connect-SPOService-Powershell.png?v=1609056502 881w, https://thesysadminchannel.com/wp-content/uploads/2020/12/Connect-SPOService-Powershell-768x251.png?v=1609056502 768w" sizes="(max-width: 881px) 100vw, 881px" /></a><br />
&nbsp;</p>
<p>Now that we&#8217;re connected to SharePoint Online via Powershell, we can access those OneDrive cmdlets and properties.</p>
<ul>
<li>Type: <strong>$URL = &#8216;https://&lt;YourTenantName&gt;-my.sharepoint.com/personal/&lt;username&gt;_&lt;DomainName&gt;_com&#8217;</strong></li>
<li>Example would be: $URL = &#8216;https://thesysadminchannel-my.sharepoint.com/personal/pcontreras_thesysadminchannel_com&#8217;</li>
<li>Type: <strong>Get-SPOSite -Identity $URL | select Owner, StorageUsageCurrent, StorageQuota, Status</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2020/12/Check-OneDrive-Usage-Powershell-Method.png" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2020/12/Check-OneDrive-Usage-Powershell-Method.png" alt="Check OneDrive Usage - Powershell Method" width="1024" height="374" class="aligncenter size-full wp-image-2647" srcset="https://thesysadminchannel.com/wp-content/uploads/2020/12/Check-OneDrive-Usage-Powershell-Method.png?v=1609058518 1024w, https://thesysadminchannel.com/wp-content/uploads/2020/12/Check-OneDrive-Usage-Powershell-Method-768x281.png?v=1609058518 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></p>
<p>&nbsp;</p>
<h2>Check Multiple Users with Powershell Script</h2>
<p>I wrote this quick script so you can pass on multiple usernames and have it output in a clean Powershell format we all know and love. It will also convert the default output from MB to GB.<br />
&nbsp;</p>
<pre class="brush: powershell; title: ; notranslate">

Function Get-OneDriveUsage {
&lt;#
.SYNOPSIS
    This will check OneDrive current usage and total limit.

.NOTES
    Name: Get-OneDriveUsage
    Author: theSysadminChannel
    Version: 1.0
    DateCreated: 2020-Sep-20

.LINK
    https://thesysadminchannel.com/check-onedrive-usage-for-users-in-office-365 -
#&gt;

    [CmdletBinding()]
    param(
        [Parameter(
            Mandatory=$false,
            ValueFromPipeline=$true,
            ValueFromPipelineByPropertyName=$true,
            Position=0)]

        [string[]]  $SamAccountName = $env:USERNAME

    )

    BEGIN {
        $TenantName = 'thesysadminchannel'
        $DomainName = 'thesysadminchannel'
    }

    PROCESS {
        foreach ($User in $SamAccountName) {
            try {
                $URL = &quot;https://$($TenantName)-my.sharepoint.com/personal/$($User)_$($DomainName)_com&quot;
                $Stats = Get-SPOSite -Identity $URL | select Owner, StorageUsageCurrent, StorageQuota, Status
                [PSCustomObject]@{
                    Owner          = $Stats.Owner
                    CurrentUsageGB = &quot;{0:F3}&quot; -f ($Stats.StorageUsageCurrent / 1024) -as [decimal]
                    TotalStorageGB = &quot;{0:F0}&quot; -f ($Stats.StorageQuota / 1024) -as [int]
                    Status         = $Stats.Status
                }

            } catch {
                Write-Error $_.Exception.Message

            }
        }
    }

    END {}
}

</pre>
<h4>Example: Get-OneDriveUsage -SamAccountName gabby, pcontreras</h4>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2020/12/Get-OneDriveUsage-samaccountname.png" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2020/12/Get-OneDriveUsage-samaccountname.png" alt="Get-OneDriveUsage -samaccountname" width="861" height="309" class="aligncenter size-full wp-image-2650" srcset="https://thesysadminchannel.com/wp-content/uploads/2020/12/Get-OneDriveUsage-samaccountname.png?v=1609060988 861w, https://thesysadminchannel.com/wp-content/uploads/2020/12/Get-OneDriveUsage-samaccountname-768x276.png?v=1609060988 768w" sizes="(max-width: 861px) 100vw, 861px" /></a><br />
&nbsp;</p>
<p>Hopefully you were able to check the Onedrive usage for the users in your environment.  As I was writing this article I decided to write the Get-OneDriveUsage script as well because I didn&#8217;t like the fact that it output the numbers in MB and not GB. </p>
<p>Now using that script, you can check in bulk or on the fly as needed.  Anyway, if you like to see more posts like this one, be sure to check our <a href="https://thesysadminchannel.com/office365/onedrive/" rel="noopener noreferrer" target="_blank">OneDrive Category</a>. While you&#8217;re at it, don&#8217;t forget to stop by our <a href="https://www.youtube.com/c/theSysadminChannel" rel="noopener noreferrer" target="_blank">Youtube Channel</a> for awesome sysadmin video content.</p>
<p>The post <a href="https://thesysadminchannel.com/check-onedrive-usage-for-users-in-office-365/">Check OneDrive Usage Per User In Office 365</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/check-onedrive-usage-for-users-in-office-365/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1949</post-id>	</item>
		<item>
		<title>Check Office 365 Storage Reports for Email, OneDrive and SharePoint</title>
		<link>https://thesysadminchannel.com/check-office-365-storage-reports-for-email-onedrive-and-sharepoint/</link>
					<comments>https://thesysadminchannel.com/check-office-365-storage-reports-for-email-onedrive-and-sharepoint/#respond</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Thu, 23 Jan 2020 06:53:25 +0000</pubDate>
				<category><![CDATA[Exchange Online]]></category>
		<category><![CDATA[Office365]]></category>
		<category><![CDATA[OneDrive]]></category>
		<category><![CDATA[check mailbox size office 365 admin]]></category>
		<category><![CDATA[Check Office 365 Storage Reports]]></category>
		<category><![CDATA[how to check mailbox size in office 365 admin console]]></category>
		<category><![CDATA[office 365 email activity report]]></category>
		<category><![CDATA[office 365 license report]]></category>
		<category><![CDATA[office 365 mail traffic statistics by user]]></category>
		<category><![CDATA[office 365 mailbox report]]></category>
		<category><![CDATA[office 365 mailbox size report]]></category>
		<category><![CDATA[office 365 mailbox usage report]]></category>
		<category><![CDATA[office 365 reporting tool]]></category>
		<category><![CDATA[office 365 sent and received mail report]]></category>
		<category><![CDATA[office 365 shared mailbox size report]]></category>
		<category><![CDATA[office 365 usage reports]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1891</guid>

					<description><![CDATA[<p>From time to time it might peak your interest to know your tenant stats. Generating the necessary reports will help you determine if any adjustments need to be made or if you&#8217;re in the clear. In this article I am&#8230; <a href="https://thesysadminchannel.com/check-office-365-storage-reports-for-email-onedrive-and-sharepoint/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/check-office-365-storage-reports-for-email-onedrive-and-sharepoint/">Check Office 365 Storage Reports for Email, OneDrive and SharePoint</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>From time to time it might peak your interest to know your tenant stats.  Generating the necessary reports will help you determine if any adjustments need to be made or if you&#8217;re in the clear.  In this article I am going to show you how to <strong>check Office 365 Storage Reports for Email, OneDrive and SharePoint</strong>.</p>
<h2>Check Office 365 Storage Reports for Email, OneDrive and SharePoint</h2>
<p>To view these reports I am logging in as a Global Administrator so you&#8217;ll need to make sure you have the correct permissions.</p>
<h4>Exchange Online Reports</h4>
<ul>
<li>Navigate to <strong>portal.office.com</strong> -> <strong>Admin</strong> -> <strong>Reports</strong> -> <strong>Usage</strong></li>
<li>Near the top, select the drop down for <strong>Exchange</strong> -> <strong>Mailbox Usage</strong> and choose <strong>Mailbox, Storage or Quota</strong></li>
<li>Select your time frame of <strong>7 &#8211; 180 days</strong></li>
<li>This should give Usage and Storage reports for Exchange in your tenant</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-Exchange-Online-Usage.png" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-Exchange-Online-Usage.png" alt="Office 365 Exchange Online Usage" width="1165" height="410" class="aligncenter size-full wp-image-1984" srcset="https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-Exchange-Online-Usage.png?v=1596934469 1165w, https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-Exchange-Online-Usage-1024x360.png?v=1596934469 1024w, https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-Exchange-Online-Usage-768x270.png?v=1596934469 768w" sizes="(max-width: 1165px) 100vw, 1165px" /></a></p>
<p>&nbsp;</p>
<h4>OneDrive Reports</h4>
<ul>
<li>Navigate to <strong>portal.office.com</strong> -> <strong>Admin</strong> -> <strong>Reports</strong> -> <strong>Usage</strong></li>
<li>Near the top, select the drop down for <strong>OneDrive</strong> -> <strong>OneDrive Usage</strong> and choose <strong>Accounts, Files or Storage</strong></li>
<li>Select your time frame of <strong>7 &#8211; 180 days</strong></li>
<li>This should give Usage and Storage reports for OneDrive in your tenant</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-OneDrive-Usage.png" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-OneDrive-Usage.png" alt="Office 365 OneDrive Usage" width="1165" height="410" class="aligncenter size-full wp-image-1986" srcset="https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-OneDrive-Usage.png?v=1596934821 1165w, https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-OneDrive-Usage-1024x360.png?v=1596934821 1024w, https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-OneDrive-Usage-768x270.png?v=1596934821 768w" sizes="(max-width: 1165px) 100vw, 1165px" /></a></p>
<p>&nbsp;</p>
<h4>SharePoint Online Reports</h4>
<ul>
<li>Navigate to <strong>portal.office.com</strong> -> <strong>Admin</strong> -> <strong>Reports</strong> -> <strong>Usage</strong></li>
<li>Near the top, select the drop down for <strong>SharePoint</strong> -> <strong>Site Usage</strong> and choose <strong>Sites, Files, Storage and Pages</strong></li>
<li>Select your time frame of <strong>7 &#8211; 180 days</strong></li>
<li>This should give Usage and Storage reports for SharePoint in your tenant</li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-SharePoint-Online-Usage.png" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-SharePoint-Online-Usage.png" alt="Office 365 SharePoint Online Usage" width="1168" height="413" class="aligncenter size-full wp-image-1988" srcset="https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-SharePoint-Online-Usage.png?v=1596935215 1168w, https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-SharePoint-Online-Usage-1024x362.png?v=1596935215 1024w, https://thesysadminchannel.com/wp-content/uploads/2020/07/Office-365-SharePoint-Online-Usage-768x272.png?v=1596935215 768w" sizes="(max-width: 1168px) 100vw, 1168px" /></a><br />
&nbsp;</p>
<p>So hopefully you found this article useful and if you&#8217;re looking to find the usage stats on your tenant, your can now refer to this article.</p>
<p>Also, if you&#8217;re in the mood for more sysadmin content, take a look at our <a href="https://www.youtube.com/c/theSysadminChannel" rel="noopener noreferrer" target="_blank">Youtube Channel</a> or head on over to our <a href="https://thesysadminchannel.com/azure/" rel="noopener noreferrer" target="_blank">Azure</a>  or <a href="https://thesysadminchannel.com/office365/" rel="noopener noreferrer" target="_blank">Office 365</a> section for more cloud content.</p>
<p>The post <a href="https://thesysadminchannel.com/check-office-365-storage-reports-for-email-onedrive-and-sharepoint/">Check Office 365 Storage Reports for Email, OneDrive and SharePoint</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/check-office-365-storage-reports-for-email-onedrive-and-sharepoint/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1891</post-id>	</item>
		<item>
		<title>Set OneDrive Retention Policy to 3650 Days (10 Years)</title>
		<link>https://thesysadminchannel.com/set-onedrive-retention-policy-to-3650-days-10-years/</link>
					<comments>https://thesysadminchannel.com/set-onedrive-retention-policy-to-3650-days-10-years/#respond</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Wed, 23 Oct 2019 05:30:11 +0000</pubDate>
				<category><![CDATA[Office365]]></category>
		<category><![CDATA[OneDrive]]></category>
		<category><![CDATA[office 365 retention policy]]></category>
		<category><![CDATA[office 365 retention policy best practices]]></category>
		<category><![CDATA[onedrive file retention policy]]></category>
		<category><![CDATA[onedrive for business contents will be deleted in 7 days]]></category>
		<category><![CDATA[onedrive retention policy]]></category>
		<category><![CDATA[onedrive retention policy settings]]></category>
		<category><![CDATA[onedrive retention setting]]></category>
		<category><![CDATA[Set OneDrive Retention Policy to 3650 Days]]></category>
		<category><![CDATA[sharepoint retention policy]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1931</guid>

					<description><![CDATA[<p>In this article I&#8217;m going to give you a quick step by step on how to set OneDrive retention policy to 3650 days, that&#8217;s 10 years!! Typically when a user leaves the company we should process their account and cut&#8230; <a href="https://thesysadminchannel.com/set-onedrive-retention-policy-to-3650-days-10-years/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/set-onedrive-retention-policy-to-3650-days-10-years/">Set OneDrive Retention Policy to 3650 Days (10 Years)</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this article I&#8217;m going to give you a quick step by step on how to <strong>set OneDrive retention policy to 3650 days</strong>, that&#8217;s 10 years!!</p>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2020/07/Set-OneDrive-Retention-Policy-Logo-.jpg" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2020/07/Set-OneDrive-Retention-Policy-Logo-.jpg" alt="Set OneDrive Retention Policy Logo-" width="813" height="375" class="aligncenter size-full wp-image-1947" srcset="https://thesysadminchannel.com/wp-content/uploads/2020/07/Set-OneDrive-Retention-Policy-Logo-.jpg 813w, https://thesysadminchannel.com/wp-content/uploads/2020/07/Set-OneDrive-Retention-Policy-Logo--768x354.jpg 768w" sizes="(max-width: 813px) 100vw, 813px" /></a></p>
<p>Typically when a user leaves the company we <em>should</em> process their account and cut their access in a timely fashion.  This is a must for IT, HR and even Legal to ensure we close the loop.  But what happens with the user&#8217;s data after they leave?  Some smaller to midsize shops might copy their files to an onprem file server (guilty of this myself) and keep it for a year or two to ensure data integrity.  </p>
<p>The problem, is that it takes a lot to maintain this model.  First, we need to make sure we maintain the physical infrastructure.  This includes patching of the servers and ensuring uptime for anyone that requires access. Second, we would need to keep an eye on physical storage and onprem resources.  Yikes!  This might have been the go to method many years back but with so many companies now in Office 365, it might make sense to use OneDrive and Microsoft&#8217;s infrastructure for this.  Especially since you&#8217;re probably already paying for it.  </p>
<h2>What Is A Retention Policy</h2>
<p>What is a retention policy you ask?  A retention policy is a protocol that is put in place to ensure data is kept (or retained) for a specified amount of time.  Once the data has reached that time limit, it can either be deleted, moved or archived.   The reason it becomes very useful here is because Microsoft in all their glory is going to hold on to your data for up to 10 years after the user in terminated.</p>
<h2>Set OneDrive Retention Policy to 3650 Days (10 Years)</h2>
<p>If you&#8217;ve never touched OneDrive settings, the default retention policy is set to 93 days so let&#8217;s look at upping that to 10 years.</p>
<ul>
<li>Sign in to the <a href="https://admin.onedrive.com/?v=StorageSettings" rel="noopener noreferrer" target="_blank">OneDrive Admin Center</a></li>
<li>Click on the <strong>Storage tab</strong> (Link above takes you directly to the storage tab)</li>
<li>Set <strong>Days to retain files in OneDrive after a user account is marked for deletion</strong> to <strong>3650</strong></li>
<li>Click <strong>Save</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2020/07/Set-OneDrive-Retention-Policy-to-3650-Days.png" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2020/07/Set-OneDrive-Retention-Policy-to-3650-Days.png" alt="Set OneDrive Retention Policy to 3650 Days" width="991" height="510" class="aligncenter size-full wp-image-1934" srcset="https://thesysadminchannel.com/wp-content/uploads/2020/07/Set-OneDrive-Retention-Policy-to-3650-Days.png?v=1595743277 991w, https://thesysadminchannel.com/wp-content/uploads/2020/07/Set-OneDrive-Retention-Policy-to-3650-Days-768x395.png?v=1595743277 768w" sizes="(max-width: 991px) 100vw, 991px" /></a></p>
<p>&nbsp;<br />
So hopefully you found this article useful and if you&#8217;re already using OneDrive for storage, it might make sense to switch to this model as apposed to keeping everything locally on a fileserver.  Every shop is different so obviously that&#8217;s up to you as the sysadmin to evaluate.</p>
<p>If you&#8217;re in the mood for more sysadmin content, take a look at our <a href="https://www.youtube.com/c/theSysadminChannel" rel="noopener noreferrer" target="_blank">Youtube Channel</a> or head on over to our <a href="https://thesysadminchannel.com/azure/" rel="noopener noreferrer" target="_blank">Azure</a>  or <a href="https://thesysadminchannel.com/office365/" rel="noopener noreferrer" target="_blank">Office 365</a> section for more cloud content.</p>
<p>The post <a href="https://thesysadminchannel.com/set-onedrive-retention-policy-to-3650-days-10-years/">Set OneDrive Retention Policy to 3650 Days (10 Years)</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/set-onedrive-retention-policy-to-3650-days-10-years/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1931</post-id>	</item>
	</channel>
</rss>
