최소 암호 길이 조정

Microsoft.Windows.Server.Essentials.PasswordLengthConflict (UnitMonitor)

Knowledge Base article:

요약

이 모니터는 모니터링되는 서버에서 다음과 같은 중요한 알림을 감지합니다. 최소 암호 길이 조정

원인

모니터링되는 서버에서 중요한 알림이 발생했습니다.

해결 방법

이 문제를 해결하려면 최소 암호 길이를 16자 이하가 되도록 수동으로 설정해야 합니다.

1. 서버에서 [그룹 정책 관리]를 엽니다

2. [그룹 정책 관리]에서 [도메인]을 확장한 다음 사용자 도메인을 확장합니다.

3. [기본 도메인 정책]을 마우스 오른쪽 단추로 클릭한 다음 [편집]을 클릭합니다.

4. 그룹 정책 관리 편집기에서 [컴퓨터 구성], [정책], [Windows 설정], [보안 설정], [계정 정책]을 차례로 확장하고 [암호 정책]을 클릭합니다.

5. [최소 암호 길이]를 두 번 클릭한 다음 최소 암호 길이를 8자 이상, 16자 이하로 변경합니다.

6. [확인]을 클릭하여 변경 내용을 저장한 다음 모든 대화 상자를 닫습니다.

Element properties:

TargetMicrosoft.Windows.Server.Essentials.ComputerTHClass
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.2SingleEventLog2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
최소 암호 길이 조정
이 문제를 해결하려면 최소 암호 길이를 16자 이하가 되도록 수동으로 설정해야 합니다. 1. 서버에서 [그룹 정책 관리]를 엽니다 2. [그룹 정책 관리]에서 [도메인]을 확장한 다음 사용자 도메인을 확장합니다. 3. [기본 도메인 정책]을 마우스 오른쪽 단추로 클릭한 다음 [편집]을 클릭합니다. 4. 그룹 정책 관리 편집기에서 [컴퓨터 구성], [정책], [Windows 설정], [보안 설정], [계정 정책]을 차례로 확장하고 [암호 정책]을 클릭합니다. 5. [최소 암호 길이]를 두 번 클릭한 다음 최소 암호 길이를 8자 이상, 16자 이하로 변경합니다. 6. [확인]을 클릭하여 변경 내용을 저장한 다음 모든 대화 상자를 닫습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.Essentials.PasswordLengthConflict" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.Essentials.ComputerTHClass" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.2SingleEventLog2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.Essentials.PasswordLengthConflict_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="FirstEventRaised" MonitorTypeStateID="FirstEventRaised" HealthState="Error"/>
<OperationalState ID="SecondEventRaised" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<FirstComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</FirstComputerName>
<FirstLogName>Microsoft-Windows-ServerEssentials/Admin</FirstLogName>
<FirstExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1280</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-Windows Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">PasswordLengthConflict</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[2]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</FirstExpression>
<SecondComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SecondComputerName>
<SecondLogName>Microsoft-Windows-ServerEssentials/Admin</SecondLogName>
<SecondExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1283</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-Windows Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">PasswordLengthConflict</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[2]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</SecondExpression>
</Configuration>
</UnitMonitor>