amadotejada / instant-checkin-cli

A companion CLI to instant-checkin to help you enforce check-in on the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

instant-checkin-cli

Written by Amado Tejada

instant-checkin-cli is a companion CLI tool for instant-checkin

instant-checkin-cli allows you to force remote computers to check-in to Jamf MDM via the terminal


Requirements

  • python 3.6+
  • pip install -r requirements.txt
  • unopass configured with your API credentials
  • instant-checkin configured

Jamf API

instant-checkin-cli uses unopass to retrieve your Jamf API credentials at runtime. Set them up in your 1Password account.

Create a Jamf standard user with the minimum permissions to use instant-checkin-cli

  • Permissions
    • Computers: Read, Update
    • Users: Update

Upload your API credentials to 1Password to use it with unopass

Usage

  1. add an alias shortcut to your shell:

    • E.g alias ici="python3 instant-checkin-cli.py"
  2. use the shortcut:

    • ici
  3. unopass will retrieve your Jamf API credentials

  1. Enter the username of the user you want to check-in

  1. A list of computers for that user will be displayed - Select one

  1. Profit - Profile will be sent to computer instantly for immediate check-in

Other

When users are not found in Jamf

When users are not ready for Instant Check-in

Workflow

License

instant-checkin-cli is released under the MIT License

About

A companion CLI to instant-checkin to help you enforce check-in on the command line

License:MIT License


Languages

Language:Python 100.0%