ヘルス サービスの復元タスクの再起動 (ヘルスエクスプローラーが使用)

Microsoft.SystemCenter.HealthService.RecoveryTask.RemotelyEnableAndRestartHealthService (Task)

ヘルス サービスのプライマリ管理サーバーから実行されるヘルス サービスの復元タスクを再起動します。

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
AccessibilityInternal
CategoryMaintenance
EnabledFalse
RemotableFalse
Timeout60

Member Modules:

ID Module Type TypeId RunAs 
EnableAndStartService WriteAction Microsoft.SystemCenter.HealthService.RecoveryTask.EnableAndStartServiceAction Default

Source Code:

<Task ID="Microsoft.SystemCenter.HealthService.RecoveryTask.RemotelyEnableAndRestartHealthService" Accessibility="Internal" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.ManagementServer" Timeout="60" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="EnableAndStartService" TypeID="Microsoft.SystemCenter.HealthService.RecoveryTask.EnableAndStartServiceAction">
<ComputerName>TargetHealthServiceToRestart</ComputerName>
</WriteAction>
</Task>