Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
imagga
0.1.1
imagga.psm1
$ErrorActionPreference
=
"Stop"
Set-StrictMode
-Version
3
# Load functions
$functions
=
Get-ChildItem
-Path
$PSScriptRoot
-Recurse
-Include
*.ps1
$functions
|
ForEach-Object
{
.
$_
.
FullName
}