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") ;          $clientAccessPath = [System.IO.Path]::Combine ($RoleInstallPath, « ClientAccess ») ;          $sharedWebConfig = [System.IO.Path]::Combine ($RoleInstallPath, "ClientAccess", "SharedWebConfig.config") ;$un = & "$dependentAssemblyGeneratorExePath" - exchangePath "$exchangeBinPath" - exchangePath "$clientAccessPath" - configFile "$sharedWebConfig" ;          $un | % {$line = "DependentAssemblyGenerator:" + _ $; Écriture-ExchangeSetupLog-Info $line}          Démarrer-SetupProcess-nom « iisreset » - Args "/ timeout:120"