diff --git a/Get M365 Inactive User Report/GetM365InactiveUserReport.ps1 b/Get M365 Inactive User Report/GetM365InactiveUserReport.ps1 index f0f9278..588a2eb 100644 --- a/Get M365 Inactive User Report/GetM365InactiveUserReport.ps1 +++ b/Get M365 Inactive User Report/GetM365InactiveUserReport.ps1 @@ -227,4 +227,6 @@ if((Test-Path -Path $ExportCSV) -eq "True") else { Write-Host "No user found" -ForegroundColor Red -} \ No newline at end of file +} + Write-Host `n~~ Script prepared by AdminDroid Community ~~`n -ForegroundColor Green + Write-Host "~~ Check out " -NoNewline -ForegroundColor Green; Write-Host "admindroid.com" -ForegroundColor Yellow -NoNewline; Write-Host " to get access to 1800+ Microsoft 365 reports. ~~" -ForegroundColor Green `n `n \ No newline at end of file