Network and Storage Protocols

VSCAN - Cifs - How to know which ones are excluded

jwa082276
2,755 Views

Hi all - I know how to exclude a cifs from being scanned by SEP (Cifs shares –change sharename -novscan); but what command is there to know which cifs are already excluded from the vscanning process?

Thanks.

1 REPLY 1

MIRANKREUZER
2,755 Views

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

Public