IIS 10 기본 제공 STMP 가상 서버 상태 프로브

Microsoft.Windows.Server.IIS.IISLegacyStateProbe.10 (ProbeActionModuleType)

이 프로브는 Windows Server 2016 및 1709 이상에서 IIS 10 기본 제공 STMP 가상 서버 상태를 가져옵니다.

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsSystem.PrivilegedMonitoringAccount
OutputTypeSystem.PropertyBagData

Source Code:

<ProbeActionModuleType ID="Microsoft.Windows.Server.IIS.IISLegacyStateProbe.10" Accessibility="Internal" RunAs="System!System.PrivilegedMonitoringAccount" Batching="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Type" type="xsd:unsignedInt"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>4A8BA0EA-AFE0-46A6-937D-FCE887B455D9</ClassID>
</Native>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>