Compare commits
2 Commits
862fd7da61
...
b98491ed30
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b98491ed30 | ||
|
|
cf8a656c7c |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user