Quantcast
Channel: Devolutions Forum - Recent Posts
Viewing all 19717 articles
Browse latest View live

Topic "launch powershell" a message from Olivier Désalliers

$
0
0

Hi Vincent,

What is your version of PowerShell? You can know it by entering $PSVersionTable.PSVersion in your PowerShell console.

Do you have the same error when you import the module outside RDM? You can import the RDM module with this command:

Import-Module &quotC:\Program Files (x86)\Devolutions\Remote Desktop Manager\RemoteDesktopManager.PowerShellModule.psd1&quot

Best regards,


Topic "New-RDMSession : Cannot bind positional parameters because no names were given." a message from Maurice Cote

$
0
0

Hello,

The documentation is now online, sorry about the delay.


Best regards,

Topic "VPN Group not maintaining connection" a message from Ethan Glenn

$
0
0

I have two Sessions set up, both using the same VPN connection, and both part of the same VPN group. When I'm only using one session at a time, it works as expected - The VPN automatically connects on launch, and disconnects on close. However, if I open both sessions, then close one, the VPN disconnects, killing my other session. My understanding of the VPN group is that it would prevent this. I've attached a screenshot of the VPN/SSH/Gateway settings. This is identical for both sessions.

Topic "Weekly Scripted Export/Backup" a message from Martin Cheverall

$
0
0

I am trying to work out the best way to export the data from Remote Desktop Manager on a automated bases, so we can store an encrypted version offsite of all our passwords.
I can export the data in password protected ZIP file or encrypted HTML within the gui, but I would like to automate it, and I would appreciate anyone that can offer some help on this?
We are currently using SQL server to store the data, and I can automate the backup of the SQL database but that is not encrypted and I would like the data in type that can be accessed without a server or any application like SQL server, so a ZIP or HTML file is perfect for this, any help or alternative advise is more than welcome.


Thanks
Martin

Topic "Using a password without having to enable 'View Password'" a message from Christopher Athans

$
0
0

I want to use a common password stored in our RDM DB in a powershell script, but I don't want the person executing the script to know the password.

The documentation I've seen thus far indicated the credential must be flagged to view the password. Am I missing something?

If I'm indeed correct, maybe it should be a Feature Request for a PS Function to be created that can retrieve the Credential from RDM and return it to the user as a SecureString variable. This would allow for use/reuse by the user without knowing it.

Something like

$secrecredential = &quotPasswordFromRDMGoesHere&quot | ConvertTo-SecureString -AsPlainText -Force

Of course, you should probably log this separately in the session logs since once it's in a variable it could be 're-used' multiple times within a session with only 1 logged action of it being used.

Topic "No tabgroup possible for Document session" a message from Samuel Baker

$
0
0

Hi,
I believe this is already available in the current build. Is this what you meant?
image
If not feel free to send me a message or a reply

Regards

Topic "Set the "Allow reveal credentials (everybody)" at a global level" a message from Mike Calvert

$
0
0

With the introduction of this field, all of the credential entries have to be modified and a new process has to be in place to check this. It would be better if we can have a default at the global/repository level.

Topic "Zoom in/out" a message from Adam Hideous

$
0
0

Every VNC client I've used has this feature, I'm surprised RDM doesn't. Support confirmed for me that the feature does not exist and that I should request it here.

Here is an example pic of the tool I took using the TightVNC client: http://i.imgur.com/w9hXZ5f.png


Topic "[Web Protocol Handler] Additional Parameters?" a message from Christopher Dye

$
0
0

Hello All,
We've been doing a ton of integration around RDM with the Web Protocol Handler. We learned by asking that the /DATABASE= param actually existed but wasn't documented -- so I thought I would drop a question here in hopes that there were some additional capabilities.

To be specific, what we need the ability to do is to programmatically specify the Credential Repo and Credential ID along with the Template and Host information. Is this, by chance, exposed? If not, is there any way to accomplish this by other means today (or, if it's easy -- can it be tossed into a patch)? We're willing to write whatever extensions/add-ons would be necessary to make it happen -- but a seamless integration through the Protocol Handler would be FAR easier.

Thanks in Advance!
Chris

Topic "Credential setup so that each user uses their own credentials for shared hosts" a message from chris weinhaupl

$
0
0

We are deploying RDM.
I have 12 different corporate sites
I have 12 unique users and permissions per site. We do not share credentials per site
Each site has 100 hosts each est.
We are using Enterprise version of RDM and use the same db on azure.
We all have unique user permissions to the RDM db.

I want to set up the hosts in a way that each unique User uses their own given credentials per site.
I will put each site into a Group folder
I will set the hosts to Inherit credentials from the Group
I am hoping this will save time in the setup process and future changes, in that each person doesn't have to to go each Host in each Group and set up credentials.

However,

As I set my credentials to my Group I over right the credentials of the rest of my Team, because will I update the db with my changes.
How can I uniquely set my credentials to a Group that does no over write my Team members credentials?
I would expect my Team members to set their Credentials per Group on their own.

Thanks

Topic "SAP Gui Import Add-on" a message from pico

$
0
0

HI!
I started to use this addon to import my saplogon.ini session into RDM

First question is:
why is there a import popup where you have to insert for all the importing sessions the same client an user and pswd ?
Usually if i import 50 session or more, I do not have the same user on all of this sessions.
A feature where default client is used to store session can be better, or the best should be why do not use the sapshortcut.ini to read session logon data like user\password and client and language ?

And as the plugin is right not, is there a way to made imported session independent from local saplogon.ini and move session data, ones imported, into the tab &quotcustom connection&quot.
In this way if I give my data source file to my teams members ...they will have even the SAP session... without have my saplogon.ini file!

THX in advance and also thx for your plugin!
P.

Topic "ASDM addon unable to find window" a message from Michael Waldstein

$
0
0

Encountered this on a fresh install of RDM and then upgraded an existing install to the latest ASDM Add-on (v2.3.0.0) to verify repeatability, from the changelog it looks like this was introduced in the September 2016 update of the add-on and I've duplicated the behavior on Windows 10 and 8.1:

When using either Locally installed ASDM or Java Web Start, RDM is unable to locate the window to enter credentials into and errors . I've worked around this by unticking the &quotForce check if window exists before sending credentials&quot box in Advanced, but this has already resulted in imsplacement of credentials. Would be nice if the normal behavior could be restored.

Topic "Losing connection list" a message from Stuart James

$
0
0

Hello again.

I can be working away in RDMS and if I make a change to an entry, all of a sudden the whole directory tree of servers disappears. I have noticed that this normally occurs when I have been away from my PC for a while.

If I quit and relaunch the application, sometimes it comes back, other times I have to recreate the data source.

Any ideas?


image

Topic "Remote Desktop Manager Freezing" a message from Uday kalidindi

$
0
0

hi,

Application is freezing every 30 minutes or so and disconnecting from Database. I have to close application and start it and again.

I am using version 12.0.8.0 (64 - bit)

Every time I open the application, I have to enter my user name and password.

I only have two logs in Application

[12/01/2017 3:29:48 PM - 12.0.8.0 - 64-bit] Info: Windows shutdown occurring, closing application.
[16/01/2017 8:01:51 AM - 12.0.8.0 - 64-bit] Info: Windows shutdown occurring, closing application.

Topic "launch powershell" a message from vincent pierron


Topic "export csv" a message from vincent pierron

$
0
0

Hi,

i tried to export in csv format all sessions.
I want to try your script,

$s = Get-RDM-Session |
where {$_.Session.Kind -eq &quotRDPConfigured&quot} |
foreach { New-Object PSObject -Property @{
Name = $_.Session.ToString()
Domain = ($_.Session.GetProperty(&quotMetaInformation&quot, &quotDomain&quot))
Architecture = ($_.Session.GetProperty(&quotMetaInformation&quot, &quotArchitecture&quot))
OS = ($_.Session.GetProperty(&quotMetaInformation&quot, &quotOS&quot))
Description = ($_.Session.GetProperty(&quot&quot, &quotDescription&quot))
}};
## save to csv, the field names are used as column headers.
$s | export-csv c:\temp\sessions.csv -notypeinformation;


but i have an issue:


PS C:\Travail\RDM\script_ps> .\export-csv.ps1
Get-RDM-Session : Le terme «Get-RDM-Session» n'est pas reconnu comme nom d'applet de commande, fonction, fichier de script ou programme exécutable. Vérifiez l'orthographe du nom, ou si un
chemin d'accès existe, vérifiez que le chemin d'accès est correct et réessayez.
Au caractère C:\Travail\RDM\script_ps\export-csv.ps1:1 : 6
+ $s = Get-RDM-Session | where {$_.Session.Kind -eq &quotRDPConfigured&quot} |
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-RDM-Session:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

Export-Csv : Impossible de lier l'argument au paramètre « InputObject », car il a la valeur Null.
Au caractère C:\Travail\RDM\script_ps\export-csv.ps1:10 : 6
+ $s | export-csv c:\temp\sessions.csv -notypeinformation;
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData : (smile [Export-Csv], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.ExportCsvCommand

PS C:\Travail\RDM\script_ps>


i use rdm in 12.0.8.0 version with windows 7


can you help me ?


regads

Vincent

Topic "Web Browser (http/https) session tabs remove focus from current session tab (if.....)" a message from Michael Leeming

$
0
0

Now on 12.0.8.0


But the issue is surely still there in some form.


1. If I have the web browser tab open and I'm writing something in lets say, the &quotfilter&quot field in devolutions, then the tab takes focus after the website refresh.
2. If I'm writing in a shell, then I suddenly can't write anything, even though I'm still seeing the shell window., the funny thing is I presse ctrl+A while still seeing the SSH shell window, and getting no reaction, I manually clicked on the Web Browser tab and could see all text on the website was marked, which means it received my ctrl+A input in the background. This could possibly create very bad situations by coincidence.


In general I'm missing some kind of better visual effect for the us users to see that the session we are working in is still in focus, it is very often that when working inside the session view, suddenly devolutions has moved focus outside the session view, even if the session tab is selected and session view &quotlooks like it self&quot, maybe the session view or tab could become better to indicate wheter the focus is lost or not. Sometimes I'm thinking a server jams, and shortly after I find out it is devoutions that moved focus away from the session view.
Hope you can come up with a good solution for this, please let me know if an option already exists.


BR


Michael

Topic "Windows Phone App" a message from Martin Brandt

$
0
0

Hey,

is there a Windows Phone App?

Greetings

Martin

Topic "Text Session shows up blank" a message from Magnus Felix

Topic "Duplicate Entry - Improvement" a message from Markus

$
0
0

Hi,

we would suggest following improvement to the duplicate-function:

- also duplicate user specific settings
- also duplicate computer specific settings

for the user that duplicates the entry.

regards
Markus

Viewing all 19717 articles
Browse latest View live


Latest Images