From b98491ed3001d2e2e3fa8e21870ebce01f514dca Mon Sep 17 00:00:00 2001 From: poslop Date: Thu, 13 Feb 2025 12:18:35 -0600 Subject: [PATCH] Comments and rearrange --- scripts/DeleteOldProfiles.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/DeleteOldProfiles.ps1 b/scripts/DeleteOldProfiles.ps1 index 2d0e247..80e788d 100644 --- a/scripts/DeleteOldProfiles.ps1 +++ b/scripts/DeleteOldProfiles.ps1 @@ -50,7 +50,7 @@ ForEach ($computer in $ComputerName) # Continue if excluded If($isExcluded) { - Write-Host "Profile $accountName was excluded!" + Write-Host "`nProfile $accountName was excluded!" -ForegroundColor Blue continue }