From d034c4a264842fb9ef6aa25540bfc88174c4469c Mon Sep 17 00:00:00 2001 From: AdminDroid <49208841+admindroid-community@users.noreply.github.com> Date: Thu, 28 Sep 2023 13:01:37 +0530 Subject: [PATCH] Find inactive users in Microsoft 365 Find inactive users in Microsoft 365 --- Get M365 Inactive User Report/GetM365InactiveUserReport.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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