Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
stackdb
0.5.0
stackdb.psm1
# All exported functions
foreach
(
$function
in
(
Get-ChildItem
"$PSScriptRoot\functions\*.ps1"
)
)
{
.
$function
}