Start the Windows Remote Management service

Microsoft.Windows.Server.6.2.OperatingSystem.StartWindowsRemoteManagementService.Task (Task)

Start the Windows Remote Management service on the server.

Element properties:

TargetMicrosoft.Windows.Server.6.2.OperatingSystem
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout600

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Windows.Server.StartServiceViaWMI.ModuleType Default

Source Code:

<Task ID="Microsoft.Windows.Server.6.2.OperatingSystem.StartWindowsRemoteManagementService.Task" Accessibility="Public" Enabled="true" Target="WindowsServer!Microsoft.Windows.Server.6.2.OperatingSystem" Timeout="600" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="WindowsServer!Microsoft.Windows.Server.StartServiceViaWMI.ModuleType">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ServiceName>WinRM</ServiceName>
</WriteAction>
</Task>