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