| Posted by: andrewt2m - 05 November 2022 22:09:52 |
|---|
| I was deleting some expired certificates from the domain controller under mmc>certs>local and deleted a machine named cert - did that cause this error? It as out of date already? [code=markup]Log Name: Application Source: Microsoft-Windows-CertificationAuthority Date: 05/11/2022 22:06:05 Event ID: 77 Task Category: None Level: Warning Keywords: User: SYSTEM Computer: DC0.domain.local Description: The "Windows default" Policy Module logged the following warning: The Active Directory connection to DC0.domain.local has been reestablished to DC0.domain.local. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-CertificationAuthority" Guid="{6a71d062-9afe-4f35-ad08-52134f85dfb9}" /> <EventID>77</EventID> <Version>0</Version> <Level>3</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8000000000000000</Keywords> <TimeCreated SystemTime="2022-11-05T22:06:05.588719300Z" /> <EventRecordID>89137</EventRecordID> <Correlation /> <Execution ProcessID="8284" ThreadID="508" /> <Channel>Application</Channel> <Computer>DC0.domain.local</Computer> <Security UserID="S-1-5-18" /> </System> <EventData Name="MSG_POLICY_LOG_WARNING"> <Data Name="PolicyModuleDescription">Windows default</Data> <Data Name="WarningMessage">The Active Directory connection to DC0.domain.local has been reestablished to DC0.domain.local. </Data> </EventData> </Event>[/code] |