PowershellTools.psm1
|
@( "$PSScriptRoot\functions" ) | Get-ChildItem | ForEach-Object { . $_.FullName } |
|
@( "$PSScriptRoot\functions" ) | Get-ChildItem | ForEach-Object { . $_.FullName } |