Login Window Banner - Display Serial Number and Asset Tag

dcampitelli
New Contributor

Migrating from SimpleMDM.  This was easy to setup with a config profile.

 

<key>LoginwindowText</key>
<string>Serial Number {{serial_number}} - Device Name {{device_name}}</string>

Is there an equivalent in JAMF config profiles ?

1 ACCEPTED SOLUTION

ljcacioppo
Contributor III

You can use the $SERIALNUMBER and $DEVICENAME variables in your configuration profiles

Full reference: https://docs.jamf.com/10.35.0/jamf-pro/documentation/Mobile_Device_Configuration_Profiles.html#ID-00...

If for a Mac, you can use $COMPUTERNAME instead of $DEVICENAME

View solution in original post

3 REPLIES 3

ljcacioppo
Contributor III

You can use the $SERIALNUMBER and $DEVICENAME variables in your configuration profiles

Full reference: https://docs.jamf.com/10.35.0/jamf-pro/documentation/Mobile_Device_Configuration_Profiles.html#ID-00...

If for a Mac, you can use $COMPUTERNAME instead of $DEVICENAME

Thanks, for this info! Looks like these have changed as asset tag and others don't seem to work for login screens in Monterey. 

dcampitelli
New Contributor

Thank you very much.