diff --git a/AutoOUADCreator.ps1 b/AutoOUADCreator.ps1 index dfbeaa6..7fe60cf 100644 --- a/AutoOUADCreator.ps1 +++ b/AutoOUADCreator.ps1 @@ -40,3 +40,4 @@ foreach ($row in $ouData) { else { Write-Host "CSV file not found at $csvPath" } +}