Topic "In-Private / Incognito Browser Sessions" a message from Wayne Boyles
We manage a number of Office 365 accounts for our clients. When logging in we find it's best to open a new in-private browsing session so it doesn't cache the credentials, or mess with our own company...
View ArticleTopic "$NAME$ in Parent entry from Sub-Connection Issue" a message from David...
This is tricky. I've made a fix and it will work for you. However I only resolve the $NAME$ variable and the inherited one.
View ArticleTopic "Script Question" a message from sifuhall
I use a website that is a Microsoft Exchange log in.Sometimes the login requires username and password, but sometimes it just needs password.What can I do to automate the login in this case?
View ArticleTopic "How do disable bottom filter box" a message from niagarasystems
Will it make it into the newer versions down the road, accessible in the classic UI? I can wait until then.
View ArticleTopic "SSH to FreeBSD 9.1 Server Doesn't Work" a message from octavianh
I figured it out. It appears that after the upgrade the DNS resolution is being strange and using the IP to connect to the host works. So that error is probably a DNS related error. In any case, I can...
View ArticleTopic "Wake on lan over the internet (WAN)" a message from -thomas
Hi,When I try to wake up the pc over the internet through your RDM, it just won't work.Isn't it possible to send the magic packet over the internet?/Thomas
View ArticleTopic "New Addon Request / AWRCP" a message from André Sanscartier
Hi,Would you please try our new AWRC Pro Add-on ?Some tests have been made but we would like an experienced user to verify it.http://remotedesktopmanager.com/Home/AddOn#awrcproYou can also use the...
View ArticleTopic "Dashboard & Navigation Behavior" a message from Felix Vigo
When I auto-hide the navigation window the dashboard changes to show the first session machine on my list. Is that design by default to act that way. When I dock the navigation window the dashboard...
View ArticleTopic "Exporting Group to .RDM" a message from Felix Vigo
When exporting a group the "\" would need to be changed to "-" in the filename otherwise it will produce in windows for example office\workstations.rdm path does not...
View ArticleTopic "Interview: cross-platform implementation update" a message from Maxime...
Hi RDMers!Today I posted an interview I did last week with Devolutions' software architect, Richard Markiewicz, on the cross-platform implementation of RDM. Check it out on our blog for some cool...
View ArticleTopic "Mac Version" a message from Maxime Trottier
I just posted a new interview I did with our software architect, Richard Markiewicz, on the cross-platform implementation of Remote Desktop Manager.Take a look:...
View ArticleTopic "8.0.24 does not integrate with PVM" a message from snirh
8.0.24 does not integrate with PVM...I get a pop up saying that RDM is trying to open PVM.
View ArticleTopic "New Add-on Request /\ WinSCP" a message from Brandur
HiI would like to ask; please can you create an add-on for WinSCP?http://winscp.net/eng/docs/commandlineThank you
View ArticleTopic "3 RDP Entries - same Server - different credential" a message from el...
Hello,I have 3 Entries to the same Server with different Usernames and different saved passwords.When I open the sessions it always open the same session.I open Entry 1 - open Entry 2I open Entry 3 -...
View ArticleTopic "Keepass not opening databases automatically" a message from infodescarga
I have configured keepass to not remember the latest database opened, therefore i haven´t canceled any opening.Simply, keepass starts but do nothing else.
View ArticleTopic "New add-on: MySQL Workbench" a message from Maxime Trottier
Hello RDMers!There's a new add-on ready for download, MySQL Workbench. http://remotedesktopmanager.com/Home/AddOn#mysqlworkbenchFor more details on this latest addition, please visit our...
View ArticleTopic "Create Web Data Entry (from XML)" a message from Stéfane Lavergne
Here’s a simple example of the RDM PowerShell snap-in at work. We’ll be covering how I imported all blog URLs from Google Reader.1. I started by exporting my Google Reader subscriptions (via Google...
View ArticleTopic "Reflect the group name as the company name" a message from Stéfane...
foreach ($list in Get-RDM-Session){ $group = Get-RDM-Property -id $list.id -Property "Group" Set-RDM-Property -ID $list.ID -Path "MetaInformation" -Property...
View ArticleTopic "Import simple CSV (name, url) of web bookmarks" a message from Stéfane...
cls;$csv = Import-Csv $args[0];Write-Host;foreach ($connection in $csv){ Write-Host ("Importing : " + $connection.name); Write-Host; $session = New-RDM-Session -Name $connection.name...
View Article