Posted on 03-15-2022 05:58 AM
I'm curious if there is a way to display the Apple computer name at the Azure login or with a link - It would help to have that information when having to troubleshoot a login issue. Thanks Doug
Posted on 03-15-2022 04:55 PM
You can create a configuration profile for login window message using variables. Here is an example...
Preference Domain: com.jamf.connect.login
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LoginWindowMessage</key>
<string>Apple Cider Co - $COMPUTERNAME</string>
</dict>
</plist>
Posted on 03-16-2022 06:39 AM
MrRoboto - would this script allow for the computer name to appear - I know before the Azure login we could click on the time in the upper right corner of the Apple login and get system info from the Apple computer like - Name, IP address, OS - but was curious if there was a way to get that system info on the Azure login or Local Login - There is a wifi icon to select wifi and keyboard icon in top right - I'm wondering if you script could be used to pull system info like Computer Name with a button or icon that says System Info or just have it appear under the login screen - Thanks Doug
Posted on 03-18-2022 02:20 PM