diff --git a/AutoOUADCreator.ps1 b/AutoOUADCreator.ps1 index 176fb80..7ab6fe8 100644 --- a/AutoOUADCreator.ps1 +++ b/AutoOUADCreator.ps1 @@ -32,6 +32,6 @@ foreach ($row in $ouData) { } } # Basic check if CSV file actually exists and can be read -} else { + else { Write-Host "CSV file not found at $csvPath" }