When you have an open session and you attempt to use the right click log out function of RDM it merely says unable to enumerate session
-Brendan
Hi,
Unfortunately Microsoft has not implemented a real log off function in the RDP protocol. The workaround was to use the Terminal API to force the logoff. For that, you need the right to enumerate the session of the remote machine. We are aware that it could be a limitation or some people.
1. Your workstation is in the same domain as your server.
2. The user running or the one configured in Tools has local admin permissions on the remote server (beware of UAC and run as administrator)
3. All necessary network ports (RPC, NetBIOS, SMB) are open (from your workstation to your server)
4. There are no other network connections (mapped drives) to the same server with a different (non-admin) user connected from the remote server
David Hervieux