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:

  • Edit – Batch – Edit (Special Actions).
    Edit Toolbar
    Edit Toolbar
  • Right-click the entry or entries, then select Edit – Edit (Special Actions).
    Selected entries – Edit (Special Actions)
    Selected entries – Edit (Special Actions)
  • Once there, select Custom PowerShell Command.
    Edit (Special Actions)
    Edit (Special Actions)
  • A window appears in which you can write a snippet of code. Note that is the last line must always be $RDM.Save();
    Custom Powershell Command
    Custom Powershell Command
  • Upon pressing Ok, a summary dialog appears to indicate success or failure.
    Batch Action Result – Success
    Batch Action Result – Success
    Batch Action Result – Failure
    Batch Action Result – Failure
Give us Feedback