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