v.2.1.3.0
-
Added #160 - Default Database Configuration Profile.
- When set, the
-DatabaseProfileName
parameter is optional, and if not passed it will grab the default profile from the config. - To Set it up on an existing profile simply use the update command:
Update-KeePassDatabaseConfigurationProfile -DatabaseProfileName 'name' -Default
- To Create a new profile as default use the new command:
New-KeePassDatabaseConfigurationProfile -DatabaseProfileName 'name' -Default -DatabasePath '' other options
- This allows for calls to the main module functions without the
-DatabaseProfileName
parameter such as:
Get-KeePassEntry -UserName 'aUser'
- When set, the