Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Axium
1.0.1
Axium.psm1
# Dot source our functions.
Get-ChildItem
-Path
(
Join-Path
-Path
$PSScriptRoot
-ChildPath
'Functions'
)
-File
|
ForEach-Object
{
.
$_
.
FullName
}