Versions Compared

Key

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

...

New-JS7ControllerInstance [-Url] <Uri> [[-ClusterUrl] <Uri>] [-Role] <String> [[-Title] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The cmdlets cmdlet is used to create a PowerShell object for a new Controller instance
that which is added with the Set-JS7Controller cmdlet.

...

-Url <Uri>
Specifies the Url of the Controller instance that should be added. The Url is specified
for use by the JOC Cockpit.

Required?true
Position?1
Default value
Accept pipeline input?false
Accept wildcard characters?false

...

-ClusterUrl <Uri>
Specifies the URL by which this Controller can be found from some other cluster member.

Typically this is the same as the -Url parameter. However, depending on network zones
and the use of proxies the Controller ID might be accesssible accessible from a different Url in the cluster.

If this parameter is not specified then the value of the -Url parameter is used for the cluster Url.

...