A Microsoft file hosting and synchronization service.
Hi, @Craig Parry
Thank you for posting in Microsoft Q&A forum.
To have OneDrive run on the first logon after an SCCM setup, we may try to put the shortcut of OneDrive to the folder:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
You may also try to set a registry value to ensure that OneDrive starts automatically. You can configure this by adding the following registry entry:
Key: HKLM\Software\Microsoft\Windows\CurrentVersion\Run
Name: OneDrive
Data: "C:\Program Files\Microsoft OneDrive\OneDrive.exe" /background
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".