Symsched Background Scan Inquiry

Hi all,

 

We're running NAV11 in my environment, and I'm working on scheduling tasks for all users by utilizing the symsched command line tools. However, I've run into an interesting quirk, and was wondering if anyone could provide guidance. 

 

The symsched LiveUpdate task works flawlessly, particularly as I specify the -quiet argument. However, for whatever reason, the symsched VirusScan task always creates a window which allows my users to skip or delay the scan. When I schedule the scan using the Symantec Scheduler GUI tool within the user, the VirusScan task runs entirely in the background, with no notification to the users (this is preferable, in my environment).

 

Is there any way to allow the symsched scans to run in the same manner, entirely in the background? I can only assume that it's using root's preferences, and is ignoring the user preferences during the scheduled symsched scan. 

 

> sudo symsched -f VirusScan "Daily VirusScan Task" 1 1 -d 17:50 -niceness -10 "/"

 

Thanks for any assistance!