Connect via RDP to manage Agent system

NetAppSANtricity.ProxyRdpTask (ConsoleTask)

This task provides a remote desktop session to the SCOM-managed system from which MP Integration Pack is actively monitoring and managing this Storage Array.

Element properties:

TargetNetAppSANtricity.Proxy
Application\%windir\%\system32\mstsc.exe
WorkingDirectory
isRequireOutputFalse
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="NetAppSANtricity.ProxyRdpTask" Accessibility="Internal" Enabled="true" Target="NetAppSANtricity.Proxy" RequireOutput="false">
<Assembly>Res.NetAppSANtricity.StorageArrayRdpTask</Assembly>
<Handler>ShellHandler</Handler>
<Parameters>
<Argument Name="Application">%windir%\system32\mstsc.exe</Argument>
<Argument Name="WorkingDirectory"/>
<Argument>/v: $Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/NetworkName$</Argument>
</Parameters>
</ConsoleTask>