This is a specific known quirk in WS2022 builds prior to 20348.169. The NVMe driver may report Online but generates Event 129 after 30 seconds of no read response.
The computer account or management account may lack necessary permissions to read specific event channels via WinRM. This is a specific known quirk in WS2022
In Windows Server 2022, this status typically appears for: This is a specific known quirk in WS2022
$url = "https://your-online-data-source.com/api/data" try $response = Invoke-WebRequest -Uri $url -Method Get -UseBasicParsing -ErrorVariable err Write-Host "Success: $($response.StatusCode)" catch Write-Host "Failure: $($_.Exception.Message)" Write-Host "Details: $($_.Exception.Response)" This is a specific known quirk in WS2022
If you recently upgraded, check for orphaned keys under ...\WINEVT\Channels for features no longer present on your system and rename them to -old to stop Server Manager from attempting to query them.