Skip to content
RIchard Glaser edited this page Jul 11, 2023 · 20 revisions

Here, we aim to compile a list of frequently asked questions (FAQs) regarding python-jamf. This section will provide answers and information to address some of the common queries you may have about this tool.

How do I find which version of python-jamf I am using?

To obtain the version of python-jamf installed, execute the following command:

jctl --version The output will be similar to the following:

jctl --version
jctl 1.1.19
python_jamf 0.8.3 (0.8.3 required)

This command will display the version of python-jamf along with any relevant information, such as the required version for proper functionality.

Clone this wiki locally