Archive for tag: MAC-Filter

MAC-Adressen Filter der Airport-Station per Script befüllen

26 April, 2010 (19:54) | Useful Snippets | By: hubi

Ist zwar GUI-Scripting, hat mir aber einiges an Zeit erspart, als ich mal so 30 MAC-Adressen in den Filter einer Airport-Station eintragen durfte. =) Code zum markieren einmal anklicken Code im Skript-Editor öffnen set a to {“04:1e:aa:ef:7c:5d”, “04:1e:aa:eb:1:e7″} set i to 1 repeat with w in a activate application “AirPort Utility” tell application “System Events” [...]