클라이언트에서 모니터링하는 Microsoft 파일 공유에 사용자 지정 응답 게시

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

이 작업은 OpsMgr 클라이언트 모니터링 AEM 파일 공유에 사용자가 만든 응답을 기록합니다.

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>