Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
RESTBase
1.0.1
RESTBase.psm1
foreach
(
$directory
in
@(
'functions'
)
)
{
Get-ChildItem
-Path
"$PSScriptRoot\$directory\*.ps1"
|
ForEach-Object
{
.
$_
.
FullName
}
}