| Command | Synopsis |
|---|---|
| Get-KPEntry | Ge t one or more fields of a database KeePass. |
| Get-KPSecurePassword | Get a MastePass as a SecurePassword that can be used in parameters that is requested. |
| New-KPEntry | Ad ds a new KeePass entry. |
| New-KPSecurePassword | Create a a MastePassword as a Secur ePassword that can be used in parameters that a password is requested. |
| Remove-KPEntry | Remove a KeePass entry. |
| Remove-KPSecurePassword | Remove a MastePassword as a S ecurePassword. |
| Set-KPEntry | Change a KeePass entry. |
If you have a version that is less than 3, then you need to update your PowerShell. To update to version 3 or more, you must download the Windows Management Framework 3: http://www.microsoft.com/en-us/download/details.aspx?id=34595 or 5 https://www.microsoft.com/en-us/download/details.aspx?id=50395, then choose either the x86 or the x64 files depending on your system. For x64.
Allow PowerShell to import or use scripts including modules by running the following command:
- set-executionpolicy remotesigned
Install PsGet by executing the following commands:(Skip this if you get WMF 5)
- (new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex
- import-module PsGet
PS> Save-Module -Name psKeePass -Path <path>
https://www.powershellgallery.com/packages/psKeePass