4. Windows Server 2019 Container Monitoring with Windows Admin Center(WAC)
Download WAC
https://download.microsoft.com/download/1/0/5/1059800B-F375-451C-B37E-758FFC7C8C8B/WindowsAdminCenter2009.msi
#To perform a single sign-in using your Windows account, you might need to set up Kerberos constrained delegation
https://docs.microsoft.com/en-us/windows-server/manage/windows-admin-center/configure/user-access-control
Set-ADComputer -Identity (Get-ADComputer container-win) -PrincipalsAllowedToDelegateToAccount (Get-ADComputer wac)
#it looks like that WAC can’t connect itself as server.
So If you want to monitor container, you need to install WAC in another server
I couldn’t find a way to monitor itself this time
windows server