I run a software product that automates several functions on my network. It schedules a full system scan once a week. The software requires me to tell it what program I want to run. This allowed me to specify the Norton command line interface to start a full scan. This was working fine until a new version of the antivirus software was released and installed into a different folder unbeknownst to me. To avoid having to change the setting each time Norton updates the software, and, potentially locates it in a newer folder, I wrote a Powershell script (with slightly elevated authority) to run the scan. The script locates the current version of the antivirus software and runs it. When run manually, it runs fine. However, last night was the first trial run of the automated scheduled task and it did not run. I'm assuming that I need to add a rule to the Norton firewall to allow a scan to run from a script? Can anyone confirm this? Or, exactly, what do I need to do to run a full scan of my PC from an automated task started as a Powershell script? Any feedback is greatly appreciated.