8 lines
552 B
Bash
8 lines
552 B
Bash
#!/bin/bash
|
|
|
|
jamfHelper="/Library/Application Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper"
|
|
WarningIcon="/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/AlertStopIcon.icns"
|
|
|
|
"$jamfHelper" -windowType utility -icon "$WarningIcon" -title "Dein MacBook ist vorbereitet" -description "Dein MacBook ist nun für den Remote Access vorbereitet. Bitte teste die Einwahl über den Big-IP Edge Client.
|
|
|
|
Your MacBook is ready for the remote access. Please try to connect via the Big-IP Edge Client. " -button1 "OK" -defaultButton 1 |