Pull sessions/connections from VCenter as RDP

Pull sessions/connections from VCenter as RDP

0 vote

avatar

Hi, We managed hundred of systems in VCenter / VSphere 5.5 and I love RDM.
I prefer RDP over VMRC, mainly because the copy/paste benefit.

Is it possible to have RDM automatically/continuously sync from VCenter the list of sessions to the Windows VMs (configured as RDP sessions)??

Thanks,

All Comments (5)

avatar

We have a new feature in RDM beta which is a synchronization framework. We have it implemented for AD but it's very easy to extend it with other sources. This could be possible if you can find a way to extract the information in .NET.

David Hervieux

avatar

I have a PS script to do it, but don't know where to start with .NET

avatar

Are you able to generate a csv file? Perhaps I could create a synchronizer based on the file changed event?

David Hervieux

avatar

That would do it just fine. What you need me to do?

avatar

Hi,
You only have to generate a csv file and he will work on the Csv synchronizer.

David Hervieux