CMHealthCheck.psm1

Get-ChildItem -Path $PSScriptRoot -Filter "*.ps1" -Recurse | Foreach-Object { . $_.FullName }