powerVault

_images/powervault_256.png

powerVault is a native PowerShell extension that allows you to talk with Vault via pure PowerShell cmdlets.

With powerVault, you get command-lets for dealing with files and items
For instance Open-VaultConnection for establishing a connection to Vault, or Get-VaultFile for getting/downloading a file, or Get-VaultItem for getting an item and many more.

Such command-lets make it very easy to either get information from Vault or creating and updating information in Vault.
You don’t have to deal with the complexity of the Vault API, instead you can just execute the command you like and let the command-let do the rest.