Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
XpandPosh
1.0.1
XpandPosh.psm1
Get-ChildItem
-Path
$PSScriptRoot\public\*.ps1
-Exclude
*.tests.ps1
,
*profile.ps1
|
ForEach-Object
{
.
$_
.
FullName
}