Skip to main content

Anyone has setup RDCMAN tool ( the microsoft remote desktop manager tool) for multiple servers via script or csv? We have 1000 servers to configure, any way to do automate the import or the connection string configurations?

Hello ​@SFA 

The Microsoft RDCMan tool only allows you to import a list of server names without all the extra information. 

There are a few utilities out there that may do what your looking for like this one in Powershell Gallery.

https://www.powershellgallery.com/packages/RDCMan/1.0.0/Content/RDCMan.psm1

I have not used the script but it looks like it can create the rdg file formated so it can be opened in RDCMan, Create Groups and Add Servers to rdg files.

 


Hello ​@SFA 

The Microsoft RDCMan tool only allows you to import a list of server names without all the extra information. 

There are a few utilities out there that may do what your looking for like this one in Powershell Gallery.

https://www.powershellgallery.com/packages/RDCMan/1.0.0/Content/RDCMan.psm1

I have not used the script but it looks like it can create the rdg file formated so it can be opened in RDCMan, Create Groups and Add Servers to rdg files.

 

Thank you..will check this out and see.


Reply