Erreur :
L'erreur suivante est survenue lors de l'exécution de "$error.Clear();
if (Get-Service W3Svc* | ?{$_.Name -eq 'W3Svc'})
{
Set-Service W3Svc -StartupType Automatic
Start-SetupService -ServiceName W3Svc
}
" : "Microsoft.Exchange.Configuration.Tasks.ServiceDidNotReachStatusException: Le service 'WAS' n'est pas parvenu à atteindre l'état 'Running' sur ce serveur.
à Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
à Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
à Microsoft.Exchange.Management.Tasks.ManageSetupService.WaitForServiceStatus(ServiceController serviceController, ServiceControllerStatus status, Unlimited`1 maximumWaitTime, Boolean ignoreFailures, Boolean sendWatsonReportForHungService)
à Microsoft.Exchange.Management.Tasks.ManageSetupService.StartService(ServiceController serviceController, Boolean ignoreServiceStartTimeout, Boolean failIfServiceNotInstalled, Unlimited`1 maximumWaitTime, String[] serviceParameters)
à Microsoft.Exchange.Management.Tasks.ManageSetupService.StartService(ServiceController serviceController, Boolean ignoreServiceStartTimeout, Boolean failIfServiceNotInstalled, Unlimited`1 maximumWaitTime, String[] serviceParameters)
à Microsoft.Exchange.Management.Tasks.ManageSetupService.StartService(String serviceName, Boolean ignoreServiceStartTimeout, Boolean failIfServiceNotInstalled, Unlimited`1 maximumWaitTime, String[] serviceParameters)
à Microsoft.Exchange.Management.Tasks.StartSetupService.InternalProcessRecord()
à Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
à Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".