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 }