Posted on 01-03-2023 08:57 AM
Hi,
Have a few computers with Visual Studio Code installed. Users do not have admin rights on the computers, And should not have this.
Now the users want to run the debugging process in Visual Studio Code. But they are prompted to write credentials to be able to run Developer Tool. Users need to be part of Developer Tools group to be able to run this. How do I solve this from Jamf Pro ?
Posted on 01-03-2023 09:02 AM
You could use the following command to add all users to the _developer group:
/usr/sbin/dseditgroup -o edit -a everyone -t group _developer
Maybe that's what it is asking for?