Trouble with Silently configure OneDrive user accounts

AlteredAdmin 121 Reputation points
2021-11-19T17:50:16.03+00:00

I have a question about Silently configure user accounts for one drive, I have the below reg keys being created. to create the below reg keys I'm using SCCM Configuration Items/Configuration Baselines. The test machine is Hybrid Azure AD joined, in Azure AD.

[HKLM\SOFTWARE\Policies\Microsoft\OneDrive]"SilentAccountConfig"="dword:00000001"  
[HKLM\SOFTWARE\Policies\Microsoft\OneDrive]"KFMSilentOptInWithNotification"  
[HKLM\SOFTWARE\Policies\Microsoft\OneDrive]"KFMSilentOptIn"="1111-2222-3333-4444"  
[HKLM\SOFTWARE\Policies\Microsoft\OneDrive]"KFMBlockOptOut"="dword:00000001"  
[HKLM\SOFTWARE\Policies\Microsoft\OneDrive\DiskSpaceCheckThresholdMB]"1111-2222-3333-4444"=dword:0005000  

 

However when a user signs into the computer, one drive does not auto sign in. it is running in the system tray. If i launch the onedrive app it does prompt for an email.

I saw on https://learn.microsoft.com/en-us/onedrive/use-silent-account-configuration#verify-that-single-sign-on-sso-is-working that one can enable "EnableADAL" When i tried that i enter the mail and was not prompted for a password so i know that " auth environment is properly configured and SilentAccountConfig should work for your users "

What am i still missing? Reading over all the documentation this should work. but I'm at a loss.

Thoughts?

Thanks,

AA

OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,137 questions
0 comments No comments
{count} votes

Accepted answer
  1. AlteredAdmin 121 Reputation points
    2021-12-08T15:19:19.803+00:00

    SOLVED:
    Because i was setting SilentAccountConfig via SCCM Baseline. SCCM Baselines default to QWORD but the Value needs to be reg_dword, I had to check the box "create the registry value as a reg_dword data type if remediated for non compliant rules"

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Viki Ji_MSFT 4,421 Reputation points
    2021-11-22T08:52:39.68+00:00

    Hi @AlteredAdmin ,
    Welcome to Q&A forum!

    According to your description, please note that the "1111-2222-3333-4444" in the registry key is the tenant ID, please check and make sure that the ID is correct.

    Besides, I first suggest that you to verify if Single Sign On (SSO) is working.
    Verify that Single Sign On (SSO) is working

    Any updates, please let me know.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.