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