Is there a way to display the computer name on the Azure Login Screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 03-18-2022 02:20 PM
--
Dominic Vasquez
IT Systems Engineer | Avant.com
222 N LaSalle St., Suite 1600 | Chicago, IL 60601
--
This e-mail is only intended for the person(s) to whom it is addressed and
may contain confidential information. Any unauthorized review, use,
disclosure, or distribution is prohibited. If you received this e-mail in
error, please notify the sender by reply e-mail and then delete this
message and any attachments from your system. Thank you for your
cooperation.
