PSKeePass / PoShKeePass

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

Support for UNC / Network paths #173

Closed MysticRyuujin closed 4 years ago

MysticRyuujin commented 4 years ago

When using New-KeePassDatabaseConfiguration with a UNC path such as -DatabasePath "\\domain.local\users\username\My Documents\KeePass\database.kdbx it results in:

New-KeePassDatabaseConfiguration : Cannot validate argument on parameter 'DatabasePath'. The "Test-Path $_" validation script for the argument with value "\\domain.local\users\username\My Documents\KeePass\database.kdbx" did not return a result of True.

MysticRyuujin commented 4 years ago

Nevermind, I'm dumb. The database has to exist first lol