Versions Compared

Key

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

...

PS > $xml = Get-JS7FileTransferItem -Name 'primaryAgent'
Set-JS7FileTransferItem -Name 'newConfig' -Configuration $xml

Stores the file transfer configuration object to a new entry and name.

-------------------------- EXAMPLE 2 --------------------------

[xml] $xml = '<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <Configurations/>'
Set-JS7FileTransferItem -Name 'newConfig' -Configuration $xml

Stores the given XML file transfer configuration to the JOC Cockpit inventory.