Reading TAGs from powershell

Reading TAGs from powershell

avatar

Hello,

is there any way how to read TAGs from session via powershell ?
I can not find any clue how to do this.

Many thanks in advance.

Best regards,

Ivo Pastyrik

All Comments (1)

avatar

Hi,

Here's how to read tags from a session with PowerShell

$session = Get-RDMSession -Name SessionName
$session.MetaInformation.Keywords


A good way to find where are attributes in a session is to look at the XML structure.
How to do it is explained there:
https://help.remotedesktopmanager.com/pstipsandtricks.html

Best regards

Olivier Désalliers