PSDataverse.psm1
| $functionsPath = Join-Path $PSScriptRoot "PSFunctions" foreach($file in Get-ChildItem -Path $functionsPath -Filter "*.ps1") { . $file } | 
| $functionsPath = Join-Path $PSScriptRoot "PSFunctions" foreach($file in Get-ChildItem -Path $functionsPath -Filter "*.ps1") { . $file } |