Forum Discussion
nickgiese
May 09, 2024Copper Contributor
Onedrive silently configuration won't work multiple times
Hello everyone, I encountered an issue with the Silently Sign Users in with Windows Creds. It will work the first time logging into OneDrive on the machine, however, if I were to unlink the account ...
filipkohout
May 22, 2024Copper Contributor
I'm struggling with the same problem right now, I'm migrating my entire organization to 365 and I don't understand why but my auto login doesn't work until I delete the keys: Is it some bug in the current build, or simply there is some historical GPO, onedrive version or whatever in the organization? What broke it. I note that syncing to Onedrive has never run in the organization.
"# Remove the SilentBusinessConfigCompleted value
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\OneDrive" -Name "SilentBusinessConfigCompleted" -Force
# Remove ClientEverSignedIn value
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\OneDrive" -Name "ClientEverSignedIn" -Force
# Remove PersonalUnlinkedTimeStamp value
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\OneDrive" -Name "PersonalUnlinkedTimeStamp" -Force
# Remove the value of OneAuthUnrecoverableTimestamp
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\OneDrive" -Name "OneAuthUnrecoverableTimestamp" -Force"
"# Remove the SilentBusinessConfigCompleted value
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\OneDrive" -Name "SilentBusinessConfigCompleted" -Force
# Remove ClientEverSignedIn value
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\OneDrive" -Name "ClientEverSignedIn" -Force
# Remove PersonalUnlinkedTimeStamp value
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\OneDrive" -Name "PersonalUnlinkedTimeStamp" -Force
# Remove the value of OneAuthUnrecoverableTimestamp
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\OneDrive" -Name "OneAuthUnrecoverableTimestamp" -Force"
- shockoMay 25, 2024Iron ContributorMFA enabled?