Hi, I have a server which hosts Windows Admin Center 2110 and has outbound port tcp/5985 opened to all servers in the forest. All of a sudden, I noticed I could not connect anymore to any server via Invoke-Command - it just hangs and in the log I see this:
Attempting session creation retry 1 for error code -2144108270 on session Id e0985d88-9c46-44b2-a4d0-5ebe948de1af (EventID 8198)
However when I use FQDN as ComputerName parameter value of Invoke-Command I am able to connect ... Odd. A few days ago I was able to list something from all servers using their hostname only.
Any help would be appreciated, thx in advance!