Les guides produit sont disponibles dans la bêta du nouveau docs.box.com, repensé et assisté par l’IA. Découvrez tous les détails sur les changements.

Broken .pkg installer for MacOS 14.3

New post

Commentaires

1 commentaire

  • landon yarrington

    I learned the cause of the failure problem is that Box's Team ID is not explicitly allowed in the device profile. Users have two options: 1) ask your IT admins to alter the profile to allow Box products to be installed; 2) nuke all device profiles and `jamf` software as root. You should probably do #1 and not #2. But if you are determined to do #2, open a terminal and:

    sudo su -
    launchctl remove com.jamfsoftware.*
    launchctl remove com.jamf.management.daemon
    jamf flushPolicyHistory
    jamf flushCaches
    jamf removeFramework
    cd /Library/LaunchAgents
    rm -rf com.jamf*
    cd /Library/LaunchDaemons
    rm -rf com.jamf*
    exit

    Box Support: you need to do a better job of alerting users that this is a potential issue instead of burying it in online forum documentation, which I had to find this myself: https://support.box.com/hc/en-us/articles/360043697474-Installing-and-Updating-Box-Drive#h_01HAYMPWJ6H0SRFWGYQXP82VN7

    0
    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.