The max path length tool has been improved:
- increased performance
- optionally, only process specific sites
- optionally, only process specific document libraries
The max path length tool has been improved:
For a recent customer case, we needed a meta-data export of ALL files in the entire O365 tenant, filenames, dates, modifications, sizes and unique ID’s.
It is tricky to actually get everything (Teams especially) and to handle any MFA you may (SHOULD!!) have configured on your admin accounts, but here you are:
https://gitlab.com/Lieben/assortedFunctions/blob/master/export-allO365FilesToCsv.ps1
Note that your admin account does have to have permissions on all sources the script identifies.
A full overview of all Microsoft 365 (Business, F1, E3 and E5) plans and their features in a table for your convenience 🙂
Many Office 365 clients (and especially Excel) really don’t like long paths. The older the client, the worse the issues.
To find files over a certain path length in Office 365, I wrote a script a while back. This required manual perusal of the results and manual correction of the issues.
The new version of my script now features fully automatic discovery, a flexible editor and automatic correction of paths based on what you entered into the editor.
You can get the PowerShell script / editor from my git repository here.
Many thanks to CTS in their help me designing and testing this script!
How to use
Disclaimer
Update: a more lightweight/simpler version of this script is available here: https://www.lieben.nu/liebensraum/2021/09/redirecting-anything-to-onedrive-for-business/
In the post-Onedrivemapper era where we have Files On Demand, there is still room for improvement in client side configuration of Onedrive for Business. Onedrive Known Folders isn’t up to par yet, doesn’t support any customization and there are situations where I want to be able to redirect local folders to other places than Onedrive like Teams or Sharepoint.
Therefore I present to you “Invoke-O4BAutoMount“; the ultimate Onedrive/Sharepoint/Teams sync and redirect solution in modern workplace scenario’s, no WebDav, just the NSG Onedrive Client and native Intune Management Extension:
Continue reading Ultimate folder redirection for Onedrive, Teams and Sharepoint