Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This cmdlet returns an array with a Subagent object.

Consider that the Subgent Subagent identification specified with the -SubagentId parameter cannot be modified
for the lifetime of a Subagent.

...

PS > $subagents = @()
$subagents += New-JS7Subagent -SubagentId 'subagent_001' -Url https://subagent-2-0-primary:4443

...