Publicar respuesta personalizada en el recurso compartido de archivos Microsoft de supervisión de cliente

Microsoft.SystemCenter.CM.AEM.Internal.PublishResponse (Task)

Esta tarea escribe las respuestas creadas por el usuario en el recurso compartido de archivos AEM de supervisión de cliente de OpsMgr.

Element properties:

TargetMicrosoft.SystemCenter.CM.AEM.CrashListener
AccessibilityInternal
CategoryOperations
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
FSWA WriteAction Microsoft.SystemCenter.CM.AEM.Internal.FileShareWA Default

Source Code:

<Task ID="Microsoft.SystemCenter.CM.AEM.Internal.PublishResponse" Target="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener" Enabled="true" Accessibility="Internal">
<Category>Operations</Category>
<WriteAction ID="FSWA" TypeID="Microsoft.SystemCenter.CM.AEM.Internal.FileShareWA">
<FileShareConfiguration>
<LocalLocation>$Target/Property[Type="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener"]/LocalFileShareAddr$</LocalLocation>
<Location>$Target/Property[Type="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener"]/SharePath$</Location>
<Validate>true</Validate>
<PolicyTextUrl>$Target/Property[Type="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener"]/PolicyResponseUrl$</PolicyTextUrl>
<StatusFile>Status</StatusFile>
</FileShareConfiguration>
</WriteAction>
</Task>