#################################################### #### Siva Mulpuru ######## #### <scipt_file.ps1> input.txt ######## #### input.txt – list of fileshares/dir ######## #################################################### cls New-Item -ItemType directory “c:\tmp” 2>> $null $folder_depth = 6 #Dynamic LogFile name $log = “c:\tmp\$(get-date -Format yyymmdd-HHmmss).log” #File Extensions to look for $virus_extensions = @(“*.scr,*.exe”) function DOWork([string]$path) { if …