Public/Get-M365Report.ps1
function Get-M365Report { $Report = Write-Host "Get-M365Report ran successfully" -ForegroundColor Green return $Report } |
function Get-M365Report { $Report = Write-Host "Get-M365Report ran successfully" -ForegroundColor Green return $Report } |