Find inactive users in Microsoft 365

Find inactive users in Microsoft 365
This commit is contained in:
AdminDroid 2023-09-28 13:01:37 +05:30
parent 18405d97f1
commit d034c4a264

View File

@ -227,4 +227,6 @@ if((Test-Path -Path $ExportCSV) -eq "True")
else
{
Write-Host "No user found" -ForegroundColor Red
}
}
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