Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
testing
0.1.1
testing.psm1
# dot source all scripts in module folder
Get-ChildItem
-LiteralPath
$PSScriptRoot
-Filter
'src/*.ps1'
-File
`
|
Select-Object
-ExpandProperty
FullName
`
|
ForEach-Object
{
.
$_
}