If I run Get-RDUserSession From two of my three RDP Servers I get what I expect. If I run it in a third collection I get nothing, It takes it sweet time, but just returns to the command line. All three Server Collections are Win2019.
I can run the commands with the specific collection info with the same results
Get-RDUserSession -CollectionName <collection1-name> -ConnectionBroker <broker1>
Get-RDUserSession -CollectionName <collection2-name> -ConnectionBroker <broker2>
Get-RDUserSession -CollectionName <collection3-name> -ConnectionBroker <broker3>
The third does not return data. I’m Logged into it, so I know there is a user on. Running with Get-RDUserSession -verbose -debug
PS C:\Windows\system32> Get-RDUserSession -verbose -debug
VERBOSE: No user sessions were found matching the specified criteria.