Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
pstools
7.0.0.0
pstools.psm1
(
'lib'
,
'usr\lib'
)
.
ForEach
{
(
Get-ChildItem
-Path
"$PSScriptRoot\$_"
-Filter
*.ps1
)
.
ForEach
{
.
$_
.
FullName
}
}