Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Deploy OneDrive using SCCM

  • Thread starter Thread starter KyleASimpz
  • Start date Start date
  • Replies Replies 4
  • Views Views 5K

KyleASimpz

Well-Known Member
Messages
52
Reaction score
0
Points
6
Would anyone know the proper way to deploy Microsoft OneDrive via SCCM?
App vs Package
The proper setup instructions.

Thanks
 
Ensure if Onedrive is creating a random Uninstall string (detection Method)?

For example, if you install any standalone MSI applications, the uninstall string never change - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall but few cloud applications may randomly generate the Uninstall string. In this case, we should not use this registry hive in detection method (Applications Model).

Pl check if you can install the Onedrive application using PsExec. if it works and above case is true as well, then go for Packages Model(i.e., No detection method profile)
 
Ensure if Onedrive is creating a random Uninstall string (detection Method)?

For example, if you install any standalone MSI applications, the uninstall string never change - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall but few cloud applications may randomly generate the Uninstall string. In this case, we should not use this registry hive in detection method (Applications Model).

Pl check if you can install the Onedrive application using PsExec. if it works and above case is true as well, then go for Packages Model(i.e., No detection method profile)
The onedrive.exe doesn't have a detection method attached to it so I set the detection method myself to a registry location below:
1664489232178.png
I did try the package method but it didn't properly install when I went to open it after installing it through software center.

Deploying it to "users" and not "computers" the better option?
 
Last edited:

Forum statistics

Threads
7,154
Messages
27,929
Members
18,228
Latest member
noname
Back
Top