Fishy78
Results
3
issues of
Fishy78
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...
Closes #30
Hi there: Found a small issue in CovertTo-Yaml.ps1: ``` # if it is null return null If ( !($inputObject) ) ``` Should be: ``` # if it is null return...