Forum Discussion
OneDrive related latest removed resriction
Hello
Can anyone confirms that following restriction is removed for OneDrive for Business. I saw the article https://support.microsoft.com/en-us/help/3125202/restrictions-and-limitations-when-you-sync-files-and-folders it says it is already implemented or rolling out
- Flie Size Limit of 15GB – Is it already rolled out for all the user, do we need to run any PowerShell cmdlet at Tenant Level, if so what is that
- File Folder Name Character Limit of 400 Chars – Is it already rolled out for all the user, do we need to run any PowerShell cmdlet at Tenant Level, , if so what is that
- Unsupported Characters – as I know # and % character restriction is also removed, is it also rolledout for all the user. To implement this we need run following script from tenant. If it is rolled out do we still need to rollout all the following script
- $adminUPN="xxxx@xxxxxxxx.com"
- $orgName="tenantnameinsharepointURL"
- $userCredential = Get-Credential -UserName $adminUPN -Message "Type the password."
- Connect-SPOService -Url https://tenandnameinsharepointurl-admin.sharepoint.com
- Set-SPOTenant -SpecialCharactersStateInFileFolderNames Allowed
Avian
- Avian 1Iron Contributor
As I know following text is not allowing in folder name in SharePoint, are these no allowing in ODB? I tested couple of them, am able to create folders.
,-Dateien,_fichiers,_bestanden,_file,_archivos,-filer,_tiedostot,_pliki,_soubory,_elemei,_ficheiros,_arquivos,_dosyalar,_datoteke,_fitxers,_failid,_fails,_bylos,_fajlovi,_fitxategiak,_vti_
Avian
- My two cents here:
(1) File size limit: I think so since this information is reflected in the SPO limtis
(2) New File Folder Name Limit: Yes
(3) Special character support: Yes- Avian 1Iron Contributor
Thanks Juan for the response.
So I assume that other then % and $ sign there no need to run the script from Tenant Admin.
Any update on SharePoint related restrictions.