Updating to the latest SharePoint Management Shell did the trick... Thanks! Would be nice if this application were delivered via UWP!
Ran the following script successfully:
$userCredential = Get-Credential -UserName "<globaladmin@domain.com>" -Message "Type the password."Connect-SPOService -Url https://<domain>-admin.sharepoint.com -Credential $userCredentialSet-SPOTenant -SpecialCharactersStateInFileFolderNames Allowed
- Created file named "##%%badfile.txt" in OneDrive synched directory and received imediate notice of bad file name (cannot sync file)
- Exited Onedrive (personal and business - new single client)
- Started OneDrive desktop app (again)
- Reports "Can't upload files", shows ##%%badfile.txt in view sync problems list due to bad file name...
Is there some period of time before feature is enabled? Get-SPOTenant shows "Allowed"...