Compare commits

...

2 Commits

Author SHA1 Message Date
poslop
b98491ed30 Comments and rearrange 2025-02-13 12:18:35 -06:00
poslop
cf8a656c7c Comments and rearrange 2025-02-13 12:17:40 -06:00

View File

@@ -49,7 +49,10 @@ ForEach ($computer in $ComputerName)
} }
# Continue if excluded # Continue if excluded
If($isExcluded) {Write-Host "Profile $accountName was excluded!" continue} If($isExcluded) {
Write-Host "`nProfile $accountName was excluded!" -ForegroundColor Blue
continue
}
#Calculation of the login date #Calculation of the login date