Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSWecutil
0.0.0.3
PSWecutil.psm1
$paths
=
@(
"Private"
,
"Public"
)
foreach
(
$path
in
$paths
)
{
"$(Split-Path -Path $MyInvocation.MyCommand.Path)\$path\*.ps1"
|
Resolve-Path
|
ForEach-Object
{
.
$_
.
ProviderPath
}
}