Posted on 08-09-2024 05:15 AM
Hi all,
We use NinjaOne RMM alongside Jamf PRO for remote management of our MacOS devices, and in order to provide remote support we use the NinjaOne remote access app (NC Streamer).
It requires these permissions to run:
I've created a configuration policy with the scope - Computers with NC Streamer, config below:
It isn't applying the permissions remotely. Have I got the right configuration?
Many thanks,
Solved! Go to Solution.
08-09-2024 05:33 AM - edited 08-09-2024 05:35 AM
I've alway set Identifier as bundle ID try:
"com.ninjarmm.ncstreamer" Im guessing from info in Code Requirements
You cannot set screen recording via profile. The user has to approve this.
08-09-2024 05:33 AM - edited 08-09-2024 05:35 AM
I've alway set Identifier as bundle ID try:
"com.ninjarmm.ncstreamer" Im guessing from info in Code Requirements
You cannot set screen recording via profile. The user has to approve this.
Posted on 08-09-2024 05:36 AM
You want to use the BundleID not the path to the application. It should be com.ninjarmm.ncsstreamer, you can confirm this with terminal or apps like ShowMeYourID.
Posted on 08-09-2024 06:45 AM
Handy app. Thanks for sharing.
Posted on 08-09-2024 05:38 AM
Thank you both!
The BundleID was not configured correctly. "com.ninjarmm.ncstreamer" is the correct BundleID and upon changing, the configuration policy applied correctly. Thank you!