dependentAssemblyGeneratorExePath = System.IO.Path]::Combine ($RoleInstallPath, "Lagerplatz", "DependentAssemblyGenerator.exe"); ...

$dependentAssemblyGeneratorExePath = [System.IO.Path]::Combine ($RoleInstallPath, "Lagerplatz", "DependentAssemblyGenerator.exe");          $exchangeBinPath = [System.IO.Path]::Combine ($RoleInstallPath, "Bin");          $frontEndPath = [System.IO.Path]::Combine ($RoleInstallPath, "FrontEnd");          $sharedWebConfig = [System.IO.Path]::Combine ($RoleInstallPath, "Front-End", "HttpProxy", "SharedWebConfig.config");$eine = & "$dependentAssemblyGeneratorExePath" - ExchangePath "$exchangeBinPath" - ExchangePath "$frontEndPath" - ConfigFile "$sharedWebConfig";          $eine | % {$line = "DependentAssemblyGenerator:" + $_; Write-ExchangeSetupLog-Info $line}          Start-Prozessdarstellung-Name "Iisreset" Args-"/ Timeout:120"