Windows 다시 시작 이벤트 수집 규칙

Microsoft.Windows.Server.10.0.OperatingSystem.RestartEvent.Collection (Rule)

이 규칙은 Windows가 다시 시작되었음을 나타내는 이벤트를 수집합니다.

Knowledge Base article:

요약

이 규칙은 운영 체제가 다시 시작되었음을 나타내는 이벤트를 수집합니다.

구성

Windows 다시 시작 이벤트 수집 규칙은 기본적으로 사용하지 않도록 설정되어 있습니다. 이 수집 규칙을 사용하도록 설정하는 방법은 다음과 같습니다.

제작 영역에서 [규칙]을 선택하고 "찾을 대상"에 "Windows 다시 시작 이벤트에 대한 수집 규칙"을 입력한 후 [지금 찾기]를 클릭합니다.

규칙을 재정의하여 Enabled를 "True"로 설정합니다.

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
CategoryEventCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Windows.EventProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="Microsoft.Windows.Server.10.0.OperatingSystem.RestartEvent.Collection" Enabled="false" Target="ServervNext!Microsoft.Windows.Server.10.0.OperatingSystem" ConfirmDelivery="true">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventSourceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Eventlog</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>6005</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>