Creating a VMware credential store file for third party plugins
book
Article ID: 307535
calendar_today
Updated On:
Products
VMware vCenter Server
Issue/Introduction
This article provides steps to create a VMware credential store XML file that is used by 3rd party plugins to authenticate with vCenter Server using credentials that are already stored.
Environment
VMware vCenter Server 6.# VMware vCenter Server 7.#
Resolution
The VMware credential store XML file can be created using the PowerCLI New-VICredentialStoreItem commandlet. For more information, see the vSphere PowerCLI documentation.
To create the VMware credential store XML file:
Connect to vCenter Server using the command:
Connect-VIServer -Server <Server_Address> Where <Server_Address> is the IP address or DNS name of vCenter Server or the ESX host.
When prompted,enter your user name and password to authenticate with the server.
Use this command to create the credential store XML file:
New-VICredentialStoreItem -Host <vCenter server name/IP> -User <User name of vCenter server administrator> -Password <Password> -File <Location where you want to save the file to along with file name>
Mention the location of the XML file created in the above step when prompted during the installation of third party plugins.