Comments and rearrange

This commit is contained in:
poslop
2025-02-13 12:17:40 -06:00
parent 862fd7da61
commit cf8a656c7c

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 "Profile $accountName was excluded!"
continue
}
#Calculation of the login date #Calculation of the login date