π ~1 min read
Table of contents
Symptom & Impact
WAC fails to list or manage containers, reducing operational visibility.
Environment & Reproduction
Appears when WAC extension versions mismatch host runtime or endpoint permissions.
Get-Service docker
Get-ItemProperty HKLM:SOFTWAREMicrosoftServerManagementGateway
Root Cause Analysis
Management API calls fail due extension incompatibility, auth, or service endpoint issues.
Quick Triage
Validate Docker daemon status and WAC gateway logs.
Get-WinEvent -LogName Microsoft-ServerManagementExperience -MaxEvents 50
Step-by-Step Diagnosis
Confirm extension versions and user role permissions.
docker info
Get-LocalGroupMember -Group docker-users

Solution β Primary Fix
Update WAC extensions, restart gateway and Docker services, and reauthorize account.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
Restart-Service ServerManagementGateway
Restart-Service docker

Solution β Alternative Approaches
Use direct CLI and remote PowerShell management until WAC endpoint stabilizes.
Enter-PSSession -ComputerName host01
Verification & Acceptance Criteria
WAC container pane lists images and containers without API errors.
docker ps -a
Rollback Plan
Rollback extension update and restore prior gateway config.
# Restore WAC gateway backup
Prevention & Hardening
Pin tested extension versions and monitor gateway health checks.
Get-Service ServerManagementGateway
Related Errors & Cross-Refs
Related: certificate trust warnings and browser reverse proxy header issues.
Related tutorial: View the step-by-step tutorial for Windows Server 2022.
View all Windows Server 2022 tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Windows Admin Center and container extension lifecycle documentation.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.