This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

3
OneDrive auto sign in after autopilot and sign in
Post Body

how are you guys overcome the challenge to have onedrive immediately auto sign in after user sign in after autopilot?

i am trying to achieve onedrive immediately auto sign in after autopilot and sign in. i am using windows hello for business to sign in. i also have onedrive configuration policy configured and deploy to devices but it does not apply immediately and takes time.

Allow syncing OneDrive accounts for only specific organizations
Enabled
Tenant ID: (Device)
my tenant id
Disable animation that appears during OneDrive Setup (User)
Enabled
Disable the tutorial that appears at the end of OneDrive Setup (User)
Enabled
Enable sync health reporting for OneDrive
Enabled
Prevent users from redirecting their Windows known folders to their PC
Enabled
Prevent users from syncing personal OneDrive accounts (User)
Enabled
Prompt users to move Windows known folders to OneDrive
Enabled
Tenant ID: (Device)
my tenant id
Set the sync app update ring
Enabled
Update ring: (Device)
Production
Silently move Windows known folders to OneDrive
Enabled
Desktop (Device)
True
Documents (Device)
True
Pictures (Device)
True
Show notification to users after folders have been redirected: (Device)
Yes
Tenant ID: (Device)
my tenant id
Silently sign in users to the OneDrive sync app with their Windows credentials
Enabled
Use OneDrive Files On-Demand
Enabled

i have these powershell ran during autopilot and success. however after autopilot and i login, these registry are not found.

if((Test-Path -LiteralPath "HKLM:\SOFTWARE\WOW6432Node\Policies\Microsoft\OneDrive") -ne $true) {  New-Item "HKLM:\SOFTWARE\WOW6432Node\Policies\Microsoft\OneDrive" -force -ea SilentlyContinue };
New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\WOW6432Node\Policies\Microsoft\OneDrive' -Name 'KFMSilentOptIn' -Value 'my tenant id' -PropertyType String -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\WOW6432Node\Policies\Microsoft\OneDrive' -Name 'KFMSilentOptInWithNotification' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\WOW6432Node\Policies\Microsoft\OneDrive' -Name 'KFMSilentOptInDesktop' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\WOW6432Node\Policies\Microsoft\OneDrive' -Name 'KFMSilentOptInDocuments' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\WOW6432Node\Policies\Microsoft\OneDrive' -Name 'KFMSilentOptInPictures' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\WOW6432Node\Policies\Microsoft\OneDrive' -Name 'FilesOnDemandEnabled' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\WOW6432Node\Policies\Microsoft\OneDrive' -Name 'KFMBlockOptOut' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\WOW6432Node\Policies\Microsoft\OneDrive' -Name 'KFMOptInWithWizard' -Value 'my tenant id' -PropertyType String -Force -ea SilentlyContinue;
New-ItemProperty -LiteralPath 'HKLM:\SOFTWARE\WOW6432Node\Policies\Microsoft\OneDrive' -Name 'SilentAccountConfig' -Value 1 -PropertyType DWord -Force -ea SilentlyContinue;

Author
Account Strength
90%
Account Age
4 years
Verified Email
Yes
Verified Flair
No
Total Karma
730
Link Karma
178
Comment Karma
552
Profile updated: 6 hours ago
Posts updated: 1 month ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
2 months ago