PoShKeePass
PoShKeePass copied to clipboard
PowerShell module for KeePass
Due windows system rights it is not allowed for a non-elevated user to create or change the KeePassConfiguration.xml due it is located at "C:\Program Files\WindowsPowerShell\Modules\PoShKeePass\2.1.3.0". The proposed extension checks the...
I am using PoShKeePass 2.1.3.0 on Windows 10. I created my database and configuration, when i try to add or get commands they work but they all throw an error....
Unfortunately I had a few library errors with Powershell 7. Are you currently working on compatibility with Powershell 7?
Hi. I create the profile: `New-KeePassDatabaseConfiguration -DatabaseProfileName default -DatabasePath "" -KeyPath "" -UseMasterKey` I then try to get entries: ``` Get-KeePassEntry -DatabaseProfileName default |select * KeePass Password: ********** ``` I...
I am trying to create a script with the following code: New-KeePassDatabaseConfiguration -DatabaseProfileName 'MasterKey1Test' -DatabasePath "\ Pathb \ do.kdbx" -UseMasterKey and I find that every time I update a field...
Currently running Keepass version 2.49. I have tried different variations of the following. `New-KeePassEntry -KeePassEntryGroupPath 'Database/Group/Subgroup' -Title 'test1' -UserName 'testuser' -Notes 'testnotes' -URL 'http://url.test.com' -DatabaseProfileName 'SampleProfile' -MasterKey 'Password'` `$KeePassEntry =...
With the old Cmdlets `Set-KP...` I was able to modify an entry including custom values via `$kpentry.Strings` and persist them to the database. I cannot find a way to do...
It would seem that the -whatif switch doesn`t work on the update-KeePassEntry commandlet. It updated the KeePass database entry anyways. Thanks. currently running, ver 2.1.3.0 PoShKeePas
Hello, KeePassConfiguration.xml is a system-wide configuration file and i want that my users only use a personnal Configuration file. I saw the $Global:KeePassConfigurationFile variable, but when we set it before...