For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom PowerShell commands

Custom Powershell command will act on currently selected entries in your navigation pane. Use click and Ctrl+click to build up your list, or an advanced search to select a great number of entries. After your selection is done, the command is available using either:

  1. Right-click the entry or entries, then select Edit – Edit (special actions).

  2. Once there, select Custom PowerShell command.

  3. A window appears in which you can write a snippet of code. Note that is the last line must always be $RDM.Save();.

  4. Upon pressing Ok, a summary dialog appears to indicate success or failure.

Last updated

Was this helpful?