OneDrive
Automating with PowerShell: setting OneDrive ownership
(cyberdrain.com)
So I've been hard at work on CIPP the last couple of weeks and because of that haven't had time to
By: Kelvin Tegelaar submitted:Jun 16 2022
So I've been hard at work on CIPP the last couple of weeks and because of that haven't had time to
blog really. The great thing is that all of the stuff I normally blog about is pretty easy to integrate into CIPP
By: Kelvin Tegelaar submitted:Jun 16 2022
Convert OneDrive to per-machine installation
(deploywindows.com)
Learn how to convert OneDrive to per-machine installation with MS Intune and PowerShell and Win32
By: submitted:Jun 15 2022
Learn how to convert OneDrive to per-machine installation with MS Intune and PowerShell and Win32
app
By: submitted:Jun 15 2022
Create folders in OneDrive For Business using PowerShell PnP
(veronicageek.com)
If you ever need to pre-provision OneDrive For Business for a better user experience or create
By: submitted:Jun 15 2022
If you ever need to pre-provision OneDrive For Business for a better user experience or create
folders/files in advance, Veronique lays out the entire process using PowerShell PnP in this blog post.
By: submitted:Jun 15 2022
How to Use PowerShell to Remove OneDrive Files Found by a Content Search
(practical365.com)
Recently, while working on some Content Searches, a question came up on how to perform selective
By: Damian Scoles submitted:Jun 16 2022
Recently, while working on some Content Searches, a question came up on how to perform selective
deletion of OneDrive documents found in the searches. While you can remove email using a content search action, Office 365 doesn't includ e a method to cleanup OneDrive documents found by content searches....
By: Damian Scoles submitted:Jun 16 2022
Microsoft 365: How to set OneDrive Quotas with PowerShell
(sid-500.com)
In this blog post I will show you how to set OneDrive quotas with PowerShell. I'd say here we go!
By: Patrick Gruenauer submitted:Jun 14 2024
In this blog post I will show you how to set OneDrive quotas with PowerShell. I'd say here we go!
First, let's connect to SharePoint Online.
By: Patrick Gruenauer submitted:Jun 14 2024
OneDrive and PowerShell: Get size and size on disk
(systanddeploy.com)
In this post I will show you a quick script allowing you to display OneDrive size, and onedrive size
By: Damien Van Robaeys submitted:Jun 16 2022
In this post I will show you a quick script allowing you to display OneDrive size, and onedrive size
on disk.
By: Damien Van Robaeys submitted:Jun 16 2022
OneDrive Known Folders and PowerShell Module Installations
(office365itpros.com)
The OneDrive Known Folder Move feature has been around for a couple of years. Basically, this allows
By: Tony Redmond submitted:Jun 16 2022
The OneDrive Known Folder Move feature has been around for a couple of years. Basically, this allows
you to redirect common (well-known) folders from your PC to OneDrive so that anything created in Documents, Pictures, and the desktop is automatically saved in your OneDrive for Business account. Generally, everything works well, and I have been very happy. Except until the time came to update the Azure Active Directory preview module from 2.0.2.77 to 2.0.2.89.
By: Tony Redmond submitted:Jun 16 2022
OneDrive Personal Gets File Exclusions
(office365itpros.com)
Microsoft 365 tenants have long been able to define file type exclusions for the OneDrive for
By: Tony Redmond submitted:Jun 30 2023
Microsoft 365 tenants have long been able to define file type exclusions for the OneDrive for
Business sync client through the SharePoint Online admin center, PowerShell, or GPO. A change in the client now exposes the excluded file types to user view for the first time. Meantime, the OneDrive Personal client also gains support for file type exclusions.
By: Tony Redmond submitted:Jun 30 2023
Redirecting anything to Onedrive for Business
(lieben.nu)
In many situations, this solution is a little overkill though, so I've also created a second version
By: Jos Lieben submitted:Jun 16 2022
In many situations, this solution is a little overkill though, so I've also created a second version
which simply allows you to redirect any local folder (including variable paths!) to any location in a user's Onedrive folder.
By: Jos Lieben submitted:Jun 16 2022
Remove-Item : Access to the cloud file is denied while deleting files from OneDrive
(evotec.xyz)
I like OneDrive. It allows me to keep my data secure and always synchronized. If things go wrong, I
By: Przemyslaw Klys submitted:Jun 16 2022
I like OneDrive. It allows me to keep my data secure and always synchronized. If things go wrong, I
can always get it back. I use it for almost everything. Even for my PowerShell projects, which are committed to GitHub, so in theory, I shouldn't need that. But every once in a while, I make some stupid mistake and delete a file that has yet not been committed to GitHub, and that's where the OneDrive comes in handy. Quick restore, and we're back. Unfortunately, sometimes things aren't as I would expect them to work. For example, let's have a look at this nice list of markdown files that are documentation for my module called GPOZaurr.
By: Przemyslaw Klys submitted:Jun 16 2022
Report OneDrive for Business Storage Based on Usage Data
(office365itpros.com)
If you wanted to write a PowerShell script to create a OneDrive storage report, you'd probably use
By: Tony Redmond submitted:Mar 1 2024
If you wanted to write a PowerShell script to create a OneDrive storage report, you'd probably use
the cmdlets from the SharePoint Online management module. But accessing OneDrive usage data via the Graph is much faster. And you can include information from other sources, such as user properties, to build out the report. All explained here.
By: Tony Redmond submitted:Mar 1 2024
Reporting OneDrive for Business Storage
(office365itpros.com)
A couple of years ago, retrieving information about OneDrive for Business sites with PowerShell
By: Tony Redmond submitted:Jun 15 2022
A couple of years ago, retrieving information about OneDrive for Business sites with PowerShell
usually involved some gyrations. Then Microsoft updated the Get-SPOSite cmdlet with the IncludePersonalSite switch and things became easier. For instance, a reader asked if it was possible to generate a report listing all the OneDrive for Business sites in a tenant with the storage allocated and used for each site. No problem, we thought, as we scanned the internet to see if people had already solved the problem. As it happens, several example scripts are available, but we ended up writing our own because it was possible to simplify the code . We also store the output in a CSV file as it's a very flexible format for reporting or further analysis (like importing into Power BI).
By: Tony Redmond submitted:Jun 15 2022
Small Tips and Tricks – PowerShell – Reading all onedrive urls, owners and storage quota
(knowledge-junction.com)
Small Tips and Tricks - PowerShell - Reading all onedrive urls, owners and storage quota
By: Prasham Sabadra submitted:Aug 12 2022
Small Tips and Tricks - PowerShell - Reading all onedrive urls, owners and storage quota
By: Prasham Sabadra submitted:Aug 12 2022
Use PowerShell to get your OneDrive Sync status
(cloudappie.nl)
The OneDrive Sync client makes it easy to sync your files. Event with selective sync you can just
By: Albert-Jan Schot submitted:Jun 16 2022
The OneDrive Sync client makes it easy to sync your files. Event with selective sync you can just
right-click to download everything. The only downside was that the site collection contained around 250 GB of content.
By: Albert-Jan Schot submitted:Jun 16 2022