Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ecs.wsus
1.1.0
ecs.wsus.ps1
$AllFunctions
=
Get-ChildItem
-Path
"$($PSScriptRoot)\Functions"
-Filter
*.ps1
Foreach
(
$Function
in
$AllFunctions
)
{
.
$(
$Function
.
FullName
)
}