Comments and rearrange
This commit is contained in:
@@ -49,7 +49,10 @@ ForEach ($computer in $ComputerName)
|
||||
}
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user