Hi,
when you connect to your Netapp via ssh for example, you can enter "cifs shares" it will list all shares.
C$ /
... virus scanning disabled
... virus scanning disabled for read access
Another possiblity would be to use the Powershell Plugin >
get-nacifsshare | where-object {$_.isVscan -eq $FALSE}
will List all Shares with Vscan disabled
BR
Miran