Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
XpandPosh
1.3.1
XpandPosh.psm1
using
namespace
System.Net
$exclude
=
@(
"Install-Module.ps1"
)
Get-ChildItem
-Path
$PSScriptRoot\public\*.ps1
-Exclude
$exclude
-Recurse
|
ForEach-Object
{
.
$_
.
FullName
}