PSKeePass / PoShKeePass

PowerShell module for KeePass
MIT License
256 stars 58 forks source link

Allow non-administrator use by writing to $env:LocalAppData #193

Open alunmj opened 3 years ago

alunmj commented 3 years ago

Requiring DatabaseProfiles to be written to a configuration under $env:ProgramFiles makes this essentially an admin-only module. For scripts to be used by non-admin users, it would be helpful to have an option to write to/read from $env:LOCALAPPDATA.