Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
MrAD
1.0
MrAD.psm1
#Dot source all functions in all ps1 files located in the module folder
Get-ChildItem
-Path
$PSScriptRoot\*.ps1
-Exclude
*.tests.ps1
,
*profile.ps1
|
ForEach-Object
{
.
$_
.
FullName
}