Remove redundant CSV file check code

This commit is contained in:
Ray 2024-04-12 21:05:56 +10:00 committed by GitHub
parent a4f52d2025
commit f1d4f15ef1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -36,8 +36,4 @@ foreach ($row in $ouData) {
Write-Host "OU '$ouName' already exists, proceeding to next entry."
}
}
# Basic check if CSV file actually exists and can be read
else {
Write-Host "CSV file not found at $csvPath"
}
}