Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Ps1xmlGen
1.0.4
Ps1xmlGen.psm1
foreach
(
$func
in
(
Get-ChildItem
(
Join-Path
$PSScriptRoot
'Functions'
)
)
)
{
.
$func
.
FullName
}