ms365.SkuMon.psm1

#Dot-Source all functions
Get-ChildItem -Path $PSScriptRoot\Functions\*.ps1 |
ForEach-Object {
    . $_.FullName
}