NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Microsoft Virtualization Discussions

Vscan in Power Shell Toolkit

emilianoh
4,563 Views

Hello Everyone

I would like to know if it's possible to use the vscan command in order to get the output or even the status of the Av's on several filers...?

If this is possible how can I do it?

Thanks in Advance for your answers....

Emiliano

2 REPLIES 2

ERIC_ZACHARY
4,563 Views

Hello,

personnaly I use the following command to verify if VSCAN is enable on my filers

invoke-nassh vscan

the output is like :

Virus scanning is disabled.

No vscan servers are connected.

List of extensions to scan:

Extensions-to-scan list is empty.

List of extensions not to scan:

Extensions-not-to-scan list is empty.

Number of files scanned:  0

Number of scan failures:  0

Number of throttled requests:  0

Best Regards

Eric

mikesicarup
4,115 Views

invoke-nassh vscan scanners

 

This will list your AV scanners, or tell you if there is none connected.  I plan to use this to script a query all of my filers daily.

Public