Get URL

avatar

Hello

I can't get the URL with the command get-rdmsession. But I'm able to get the other information for example Name, Group ID, etc.

To get the URL i used this command: (Get-RDMSession -Name "nsw - hp - nswtest01 - rmdadmin").host
But I only get a empty line back. The Command (Get-RDMSession -Name "nsw - hp - nswtest01 - rmdadmin").name works for example.

Thanks for the Help
gisp

All Comments (2)

avatar

Hello gisp,

You should be able to get the URL with the following command:

(Get-RDMSession -Name "nsw - hp - nswtest01 - rmdadmin").dataEntry.URL


I recommend you have a look at our help: https://help.remotedesktopmanager.com/pstipsandtricks.html. The reverse engineering section will help you locate the information you need in the future!

Best regards,

Richard Boisvert

avatar

Hello Richard

Thanks for your Answer. Now it works.

Best regards
gisp