Ability to Execute PowerShell Scripts on Selected Entries in RDM
1 vote
Hello Team,
I would like to request a feature that allows PowerShell scripts to be executed directly against the entries currently selected in RDM.
For example, something along the lines of:
$Entries = Get-RDMSelectedEntries
foreach ($Entry in $Entries)
{
# Process selected entries
}
This would enable administrators to first select the desired entries through the GUI and then run a PowerShell script only on that specific selection.
Currently, many bulk modifications require searching through entire data sources, filtering entries manually, or building custom logic to identify the correct objects.
Working with the currently selected entries would be significantly easier, safer, and more efficient.
Typical use cases include:
This feature would greatly reduce the risk of unintended changes because administrators could visually verify and select the target entries before executing a script.
While PowerShell already provides powerful automation capabilities, direct access to the current GUI selection would make these capabilities much more practical for day-to-day administration and bulk-editing tasks.
Thank you for considering this enhancement.
Kind regards,
Anfdreas
Senior Network Consultant
Ostertag DeTeWe GmbH
Hello @andreas05,
A ticket has been opened to enable fetching the UI's currently selected entries from PowerShell. We'll keep you updated as progress is made on the task.
Best regards,
Christian