Hi,
I had a crazy idea. I want to automate the scanning of network ranges in remote desktop (ard). See my script below. Problem: I found no term for the scanner nor the ipaddress-range.
Does anyone has an idea?
Have a nice weekend _ docBode
tell application "Remote Desktop"
execute task "scanner"
if "primary Ethernet address" contains "ipaddress" then
(add computer to computer list "listname" with name) & user & password
end if
try
set user to "username"
set password to "password"
end try
end tell