Hallo! Ich habe versucht, ein Skript für die automatische Verbindung des VPN zu schreiben. Leider klappt das so nicht...kann mir jemand sagen, was da nicht passt? Danke!
on idle
tell application "System Events"
tell current location of network preferences
set myVPN to the service "Praxis VPN"
if current configuration of myVPN is not connected then
connect myVPN
end if
end tell
return 120
end tell
end idle