This feature has been implemented in version 2026.1.0
Implemented

PowerShell Tags

3 votes

avatar

When retrieving the tags (keywords) from an get-rdmentry they are returned a s a single string. For example:

$test.metainformation.keywords
PowerScale DFWEQ GenPop

It would be much more useful if these were returned as a string of variables so that you could do $tags[0], $tags[n]

Not a super high priority, I can use split-string to get them into an array for now but maybe a future enhancement in the PS module?

All Comments (3)

avatar

Hello,

Thanks for your suggestion! A ticket has been opened with our team to look into it.
We appreciate you taking the time to share your feedback.

Best regards,
Maxime

avatar
Hello,

Thanks for your suggestion! A ticket has been opened with our team to look into it.
We appreciate you taking the time to share your feedback.

Best regards,
Maxime


@Maxime Bernier
Let me correct myself, it is currently returned as a string with all the tags in it. What I would like is an array returned to you can reference different tags utilizing array functionality.

avatar

Hello @mattlytle,

Version 2026.1 of the Devolutions.PowerShell module introduces the Get-RDMEntryTags and Set-RDMEntryTags cmdlets, enabling users to fetch and manipulate an entry's tags as an array.

Best regards,
Christian

This feature has been implemented in version 2026.1.0