PowerCLI script to query all windows VM's and check if the vShield Endpoint driver is installed.

To check if the vShield endpoint driver is installed in Windows we can use the following command, sc query type= driver | find "vsepflt" To automate the above script across all Windows VMs in the vCenter Server Launch the PowerCLI shell and connect to the vCenter Server: Connect-VIServer [vcenter server ip\fqdn] Copy the below script to a text file and name the file with “.PS1” extension. For eg. “script....

December 10, 2014 · 1 min · Jahnin Rajamoni