Comments and rearrange

This commit is contained in:
poslop
2025-02-13 12:18:35 -06:00
parent cf8a656c7c
commit b98491ed30

View File

@@ -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
}