Skip to main content
Solved

Login Window Banner - Display Serial Number and Asset Tag

  • January 13, 2022
  • 3 replies
  • 50 views

Forum|alt.badge.img+2

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 ?

Best answer by ljcacioppo

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-0002dd46

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

3 replies

ljcacioppo
Forum|alt.badge.img+17
  • Jamf Heroes
  • 183 replies
  • Answer
  • January 13, 2022

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-0002dd46

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


Forum|alt.badge.img+2
  • Author
  • New Contributor
  • 1 reply
  • January 13, 2022

Thank you very much.


rcole
Forum|alt.badge.img+7
  • New Contributor
  • 77 replies
  • July 30, 2022

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-0002dd46

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.