Posted on 08-20-2021 06:57 AM
With the default MacOS log in screen, you can click on the clock and see the ComputerName. Is there a similar function in Jamf Connect?
Posted on 08-20-2021 09:04 AM
You can use try using
"LoginWindowMessage " on com.jamf.connect.login .
A custom message to display in the lower-center of the login window.
Posted on 08-20-2021 11:49 AM
that only seems to work with straight text, no variables. I tried <ComputerName>, <$ComputerName> and $ComputerName to no effect.
Posted on 08-20-2021 02:44 PM
If you are using a Jamf Configuration profile you should be able to use the standard Jamf varaibles. Try $COMPUTERNAME in the profile setting.
However, a word of caution. This is a not a dynamic variable. The variable is populated by Jamf when the profile is pushed to the computers. So, if you are pushing your Jamf Connect Login profile in a prestage or early in the deployment process and then change your computer name later, the profile will still reflect the old computer name.
Posted on 08-20-2021 05:23 PM
$COMPUTERNAME just gives us $COMPUTERNAME on the login screen.