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