Get-VICredentialStoreItem
This cmdlet retrieves the credential store items that correspond to the filter criteria defined by the Host and User parameters. Both the Host and User parameters support wildcards. If none of the Host and User parameters are specified, all available credential store items are returned. If the Host and User parameters are specified without using wildcards, and no item is found, non-terminating errors are reported for the Host and User parameters. If no file is specified, items are retrieved from the default credential store file %APPDATA%\VMware\credstore\vicredentials.xml.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
optional | User | String | 1 |
|
Specifies users for which you want to retrieve credential store items. |
optional | File | String | 2 |
|
Specifies a path to a file where the credential store items that you want to retrieve are saved. |
optional | Host | String | named |
|
Specifies hosts for which you want to retrieve credential store items. |
optional | ProgressAction | ActionPreference | named |
|
Output
VMware.VimAutomation.ViCore.Types.V1.VICredentialStoreItemExamples
Example 1
Get-VICredentialStoreItem -User admin -Host 192.168.1.10 -File 'credentials.xml'
Retrieves the credentials for the 'admin' user on the specified host from a credential store file.
Related Commands
VICredentialStoreItem
This cmdlet retrieves the credential store items available on a vCenter Server system.
This cmdlet creates a new entry in the credential store.
This cmdlet removes the specified credential store items.