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

$dependentAssemblyGeneratorExePath = [System.IO.Path]::Combine ($RoleInstallPath, "bin", "DependentAssemblyGenerator.exe");          $exchangeBinPath = [System.IO.Path]::Combine ($RoleInstallPath, "bin");          $frontEndPath = [System.IO.Path]::Combine ($RoleInstallPath, "Cliente");          $clientAccessPath = [System.IO.Path]::Combine ($RoleInstallPath, "ClientAccess");          $sharedWebConfig = [System.IO.Path]::Combine ($RoleInstallPath, "Front-end", "HttpProxy", "SharedWebConfig.config");$un = & "$dependentAssemblyGeneratorExePath" - exchangePath "$exchangeBinPath" - exchangePath "$frontEndPath" - exchangePath "$clientAccessPath" - configFile "$sharedWebConfig";          $un | % {$linea = "DependentAssemblyGenerator:" + $_; Escritura ExchangeSetupLog-Info $linea}          Inicio-Process-nombre "iisreset" - Args "/ timeout:120"