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, "Front-end");          $sharedWebConfig = [System.IO.Path]::Combine ($RoleInstallPath, "Front-end", "HttpProxy", "SharedWebConfig.config");$um = & "$dependentAssemblyGeneratorExePath" - exchangePath "$exchangeBinPath" - exchangePath "$frontEndPath" - configFile "$sharedWebConfig";          $um | % {$line = "DependentAssemblyGenerator:" + $_; Gravação de ExchangeSetupLog-informações $line}          Início-SetupProcess-nome "iisreset" - Args "/ timeout:120"