deleted: CSV-configuration file references

This commit is contained in:
Edmond Gebara 2026-07-07 18:32:24 +02:00
parent 99c1510a34
commit 582e36b05c
4 changed files with 4 additions and 14 deletions

View file

@ -59,7 +59,7 @@ Remove-Item -Path $LogFileName -ErrorAction Ignore
if ($Config.CleanWorkDirs)
{
clearWorkDirectories @($InstituteRootPathTmp, $InstituteRootPathOut)
clearWorkDirectories @($InstituteRootPathTmp, $InstituteRootPathOut)
}
$IsTestMode = checkTestMode
$InstitutsSourcePath = $PSScriptroot + "/Process-ADObjects-Work-" + $Institut + ".ps1"
@ -96,11 +96,6 @@ $KURSPositionfunctionsPositionsInFilePathRegExp = "$InstituteRootPathIn" + $Inst
$KURSProfileEmployeeInFilePathRegExp = "$InstituteRootPathIn" + $Institut + "_KURSProfile-Mitarbeiter" + ".csv"
$KURSProfileDAWRightsInFilePathRegExp = "$InstituteRootPathIn" + $Institut + "_KURSProfile-DAWBerechtigungen" + ".csv"
################ this is NEW input ##################################################################
$KURSProfileNumberMapping = "$InstituteRootPathIn" + $Institut + "_ProfilNummernMapping" + ".csv"
$KURSProfilePrefixes = "$InstituteRootPathIn" + $Institut + "_ProfilPrefixe" + ".csv"
################ this is NEW input ##################################################################
$ADObjectsFilePath = Get-ChildItem -Path $ADObjectsFilePathRegExp | Sort-Object Name | Select-Object -Last 1
$ADObjectMembershipsFilePath = Get-ChildItem -Path $ADObjectMembershipsFilePathRegExp | Sort-Object Name | Select-Object -Last 1