Uzak Masaüstü (Konsol)

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

Bu bilgisayardaki konsolda uzak masaüstü oturumu açın.

Knowledge Base article:

Özet

Bu Görev, Uzak Masaüstü Bağlantısı istemci uygulamasını başlatır. Çalıştırıldığında Uzak Masaüstü Bağlantısı istemcisi hedef sunucuda mevcut bir Konsol oturumuna bağlanır.

Element properties:

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

Source Code:

<ConsoleTask ID="Microsoft.Windows.Server.Computer.MSTSCConsole" Accessibility="Public" Target="Windows!Microsoft.Windows.Server.Computer" RequireOutput="false" Category="MonitoringObject">
<Application>%windir%\system32\mstsc.exe</Application>
<Parameters>
<Parameter>/v:</Parameter>
<Parameter>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</Parameter>
<Parameter>/f</Parameter>
<Parameter>/console</Parameter>
</Parameters>
<WorkingDirectory/>
</ConsoleTask>