passwordstate-management.psm1

get-childitem $psscriptroot/*.ps1 -recurse | Where-Object {$_.fullname -notlike "*.Tests*"} | ForEach-Object {. $_.Fullname }