Block computers from downloading OracleJDK.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 03-16-2023 11:47 AM
I have to write a python script to block computers from downloading and installing OracleJDK using JAMF how i can achieve this
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 03-17-2023 10:26 AM
I know you can have an extension detect Oracle JDK during inventory, then it runs a policy to delete oracle java. It won't be real time, but runs whenever the Jamf inventory is ran.
Could have the policy just run every time on login if it's there or not.
Newer versions of macOS no longer include python, so if your target machines doesn't have python installed, your script won't run.
