WindowsWarrior
‎10-08-2023
New Contributor II

Joined: July 2022

User Statistics

  • 10 Posts
  • 0 Solutions
  • 7 Kudos given
  • 0 Kudos received

User Activity

Currently, we're using the below script that works with renaming our machines and randomising the machine's name.#!/bin/bash num="$((RANDOM % 9999))" size=${#num} toadd="$((6 - $size))" for (( i=1; i<=toadd; i++)) do num=0$num done compname=PREFIX-$n...
Hi All, Just wondering if it's possible to package the Composer App using Composer? I want this to be available to the other admins without having to bounce the download link and install?Would they have to install the Jamf Pro package? Or can they on...
Kudos given to