Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
helium
1.1.17
helium.psm1
(
'public'
)
|
Foreach-Object
{
Get-ChildItem
-Path
$(
Join-Path
-Path
$PSScriptRoot
-ChildPath
$_
)
-Filter
"*.ps1"
|
Foreach-Object
{
.
$_
.
FullName
}
}