Comments and rearrange
This commit is contained in:
@@ -50,7 +50,7 @@ ForEach ($computer in $ComputerName)
|
|||||||
|
|
||||||
# Continue if excluded
|
# Continue if excluded
|
||||||
If($isExcluded) {
|
If($isExcluded) {
|
||||||
Write-Host "Profile $accountName was excluded!"
|
Write-Host "`nProfile $accountName was excluded!" -ForegroundColor Blue
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user