Anonymous ← Feature Suggestions for Microsoft OneDrive My feedback allow file or folder name containing special characters in OneDrive for Business 156 votes Vote Vote Vote Vote Sign in prestine Your name Your email address (thinking…) Password Sign in with: Facebook Google Forgot password? Create a password I agree to the terms of service Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 10 comments · OneDrive on Windows » Desktop (Sync, Files On-Demand) · Flag idea as inappropriate…Flag idea as inappropriate… · Delete… · Admin → An error occurred while saving the comment Anonymous commented · Oct 5, 2017 · Edit… · Delete… I try to this step was successful, $adminUPN="<usernameofglobaladmin@domainname.com>" $orgName="https://<domainname>.sharepoint.com" $userCredential = Get-Credential -UserName $adminUPN -Message "Type the password." Connect-SPOService -Url https://<domainname>-admin.sharepoint.com -Credential $userCredential Set-SPOTenant -SpecialCharactersStateInFileFolderNames Allowed #check to complete Get-SPOTenant | Format-List SpecialCharactersStateInFileFolderNames Save Submitting...
I try to this step was successful,
$adminUPN="<usernameofglobaladmin@domainname.com>"
$orgName="https://<domainname>.sharepoint.com"
$userCredential = Get-Credential -UserName $adminUPN -Message "Type the password."
Connect-SPOService -Url https://<domainname>-admin.sharepoint.com -Credential $userCredential
Set-SPOTenant -SpecialCharactersStateInFileFolderNames Allowed
#check to complete
Get-SPOTenant | Format-List SpecialCharactersStateInFileFolderNames