Gestione computer

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

Eseguire Gestione computer per questo computer.

Knowledge Base article:

Riepilogo

Questa attività avvia lo snap-in di MMC Gestione computer che fornisce agli amministratori l'accesso centralizzato agli snap-in di MMC seguenti:

Una volta eseguita, l'applicazione Gestione computer si connetterà a un server di destinazione e fornirà l'accesso per la gestione remota per ogni snap-in di MMC.

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>