I would like to schedule a scan with the for Mac Home product. Is this possible? If so, what are the steps?
This thread was automatically locked due to age.
Hi,
Trying to use AppleScript as recommended.
I have the following:
tell application "Sophos Anti-Virus"
scan local volumes
scan finder items "diskstation/homes"
scan finder items "diskstation/music"
scan finder items "diskstation/NetBackup"
scan finder items "diskstation/photo"
scan finder items "diskstation/usbshare2"
scan finder items "diskstation/web"
end tell
The 'scan local volumes" seems to work fine.. The others are volumes on a NAT - these don't work at all. Am I missing something?
Cheers!
Mike
Hi,
Trying to use AppleScript as recommended.
I have the following:
tell application "Sophos Anti-Virus"
scan local volumes
scan finder items "diskstation/homes"
scan finder items "diskstation/music"
scan finder items "diskstation/NetBackup"
scan finder items "diskstation/photo"
scan finder items "diskstation/usbshare2"
scan finder items "diskstation/web"
end tell
The 'scan local volumes" seems to work fine.. The others are volumes on a NAT - these don't work at all. Am I missing something?
Cheers!
Mike