mirror of
https://github.com/reiyua/AutoOUADCreator.git
synced 2026-01-20 08:37:48 +00:00
Remove redundant CSV file check code
This commit is contained in:
parent
a4f52d2025
commit
f1d4f15ef1
1 changed files with 0 additions and 4 deletions
|
|
@ -36,8 +36,4 @@ foreach ($row in $ouData) {
|
||||||
Write-Host "OU '$ouName' already exists, proceeding to next entry."
|
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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue