26 juillet 2013
Updating SSL certificates on View Connection servers
While playing with SSL certs on View servers I found one of my Connection servers would start all of its services, but not start listening on 443.
Note that netstat can be used to determine if something listening on 443:
C:\Users\administrator>netstat -ano |find "443"
TCP 0.0.0.0:443 0.0.0.0:0 LISTENING 3096
TCP 0.0.0.0:8443 0.0.0.0:0 LISTENING 3320
TCP [::]:443 [::]:0 LISTENING 3096
TCP [::1]:443 [::1]:56154 ESTABLISHED 3096
TCP [::1]:443 [::1]:56155 ESTABLISHED 3096
TCP [::1]:56154 [::1]:443 ESTABLISHED... [Lire la suite]
12 octobre 2010
Using Remote Desktop Connection Manager
This tool is so cool I thought I'd take the time to tell you all about it.
We as IT experts, are usually required to handle the task of performing a lot of administration and configuration tasks on many servers and workstations. In most cases, these tasks can and should be performed remotely instead of having to actually walk over to that machine. Remote connection mechanisms exist to allow us to perform these tasks. While there are some nice 3rd-party tools such as VNC and its variants, NetOP, Dameware and others, Remote... [Lire la suite]
30 mai 2010
Remote Desktop Connection Manager disponible
RDCMan gère plusieurs connexions Bureau à distance. Il est très utile pour la gestion des plateformes serveurs où vous avez besoin d'un accès régulier à chaque machine tels que les centres de données. Il est similaire à la MMC Bureau à distance, mais il est plus flexible et plus complet.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=4603c621-6de7-4ccb-9f51-d53dc7e48047
http://blogs.technet.com/b/windows7/archive/2010/05/28/remote-desktop-connection-manager-disponible.aspx
14 septembre 2009
Terminals is free rdp connection manager with great features
Terminals is a Free connection manager.
Terminals cames from Microsoft’s open source project hosting site, CodePlex. It’scapable of creating connections using RDP, VNC, VMRC, Telnet, SSH1, SSH2, ICA Citrix, RAS and HTTP sessions.
When you manually creating a connection, you’ve got the choice of the protocol, and then it depens which protocol you are using for your connection you will get the different options for the configuration. All options are quite familiar to persons which uses this kind of connection on a daily base. Like... [Lire la suite]