Specifically, the Microsoft-Windows-Kernel-IoTrace/Diagnostic channel often becomes corrupted or loses its metadata.
Is your server part of a , or is this a standalone instance of Windows Server 2022?
Open PowerShell as an Administrator and run the following command to increase the envelope size to or higher: powershell
The default maximum size for Windows Remote Management (WinRM) packets may be too small for the data being retrieved.
Check HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels for entries related to removed features like or older File Services .
The server's computer account may lack the necessary permissions to read its own event logs.
Set-WSManInstance -ResourceURI winrm/config -ValueSet @{MaxEnvelopeSizekb = "8192"} Use code with caution.