Hi,
I am trying to create a configuration profile to set up a lock screen message on macOS devices under my management using Deploy Custom Configuration policy. Any help would be greatly appreciated.
Hi,
I am trying to create a configuration profile to set up a lock screen message on macOS devices under my management using Deploy Custom Configuration policy. Any help would be greatly appreciated.
Hello there,
You can set up a login message by using the LoginwindowText key and adding the message you want to display. Here’s an example:
1 2 |
<key>LoginwindowText</key> <string>"<message>"</string> |
Thank you, much appreciated. It would be really helpful if you could provide me with a sample configuration profile.
Hello @henrietta,
It looks like @Aaron has already provided you with the information you were looking for. As for the sample configuration profile, you can use the one provided below, which has been tested and confirmed to work:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
<?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>PayloadContent</key> <array> <dict> <key>LoginwindowText</key> <string>This MacBook is the company's property.</string> <key>PayloadDisplayName</key> <string>Loginwindow</string> <key>PayloadIdentifier</key> <string>com.apple.loginwindow.CF9B8FC5-7F86-4E8C-A130-BB37F3BF4782</string> <key>PayloadType</key> <string>com.apple.loginwindow</string> <key>PayloadUUID</key> <string>CF9B8FC5-7F86-4E8C-A130-BB37F3BF4782</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </array> <key>PayloadDisplayName</key> <string>Untitled</string> <key>PayloadIdentifier</key> <string>4E88358D-C8EF-40B1-9CF7-2E16A48790D2</string> <key>PayloadType</key> <string>Configuration</string> <key>PayloadUUID</key> <string>1513D71A-8131-499D-9678-399EC459AE7B</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </plist> |
In addition, you can also set the lock screen message using the Login Windows Preferences feature in the Hexnode UEM portal. Here’s how:
I hope that helps!
Cheers,
Eden Pierce
Hexnode UEM
Don't have an account? Sign up