Computer Management

Microsoft.Windows.Server.Computer.Compmgmt (ConsoleTask)

Run Computer Management for this computer.

Knowledge Base article:

Summary

This Task starts the Computer Management MMC Snap-in which provides administrators with centralized access to the following MMC Snapins:

Once executed the Computer Management application will connect to target server and provide remote management access for each of the MMC Snapins.

Element properties:

TargetMicrosoft.Windows.Server.Computer
Application\%windir\%\system32\mmc.exe
WorkingDirectory
isRequireOutputFalse
AccessibilityPublic
EnabledTrue

Source Code:

<ConsoleTask ID="Microsoft.Windows.Server.Computer.Compmgmt" Accessibility="Public" Target="Windows!Microsoft.Windows.Server.Computer" RequireOutput="false" Category="MonitoringObject">
<Application>%windir%\system32\mmc.exe</Application>
<Parameters>
<Parameter>%windir%\system32\compmgmt.msc</Parameter>
<Parameter>/computer:$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</Parameter>
</Parameters>
<WorkingDirectory/>
</ConsoleTask>