Does MDM Profile Support the Kernel Extension Update above Mac OS 11

From https://support.apple.com/en-us/HT211860 said: To install a new or updated kernel extension in macOS Big Sur, you can do either one of the following:

  • Instruct the user to follow the prompts within Security & Privacy preferences to allow the extension, then restart their Mac. You can permit users who are not administrators to allow the extension using the AllowNonAdminUserApprovals key in the Kernel Extension Policy MDM payload.
  • Send the RestartDevice MDM command and set the RebuildKernelCachekey to True.

Is There a way that user dont need to click "Allow" in Security & Privacy preferences ? The udpated kernel extension can be loaded after the user restart the computer?

RestartDevice MDM command  will popup a dialog that inform user to restart , NotifyUser But If set this to false, the machine will be restarted immediately. Is there a way that not restart the machine,but only RebuildKernelCache?

Does MDM Profile Support the Kernel Extension Update above Mac OS 11
 
 
Q