Public/Get-MSPReport.ps1

function Get-MSPReport {
    $Report = Write-Host "Get-M365Report ran successfully" -ForegroundColor Green
    return $Report
}