vSphere Plugin: Uninstalling with PowerShell (Legacy)

User Guides for VMware Solutions

Audience
Public
Content Type
User Guides
Source Type
Documentation

The process to remove the vSphere Plugin from vCenter is made easy with the PowerShell module: " Uninstall-PfavSpherePlugin" .

Note:

The local Everpure vSphere Plugin is deprecated and as of Feb 2022 has not been maintained. The installer and uninstaller from the FlashArray GUI is deprecated and is being removed from the GUI and CLI. Please work to transition to using the Everpure Remote vSphere Plugin.

Step 1: Connect to the vCenter Server that you want to install the plugin on (one example below):


PS C:\> Connect-VIServer Ip.Address.Goes.Here

Step 2: Uninstall the vSphere Client Plugin:

Uninstalling the HTML-5 version:


PS C:\> Uninstall-PfavSpherePlugin -html 

Uninstalling the Flash Client version:


PS C:\> Uninstall-PfavSpherePlugin -flash 

Step 3: Verify the vSphere Plugin was successfully removed by logging out of the vCenter Server and back in again.