Join-RabbitMQCluster

Copy
NAME
    Join-RabbitMqCluster
    
SYNOPSIS
    Joins a RabbitMq cluster
    
    
SYNTAX
    Join-RabbitMqCluster [-StrictHostname] <string> [-CookieSet <SwitchParameter>] [-FirewallConfigured <SwitchParameter>] [<CommonParameters>]
    
    
DESCRIPTION
    
    

PARAMETERS
    -StrictHostname <string>
        Gets or sets the name of the other node. Not the FQDN. Must match exactly what the target machine thinks its name is, including case.
        
    -FirewallConfigured <SwitchParameter>
        Gets or sets that the firewall configured.
        
    -CookieSet <SwitchParameter>
        Gets or sets that the cookie is configured. the license.
        
    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). 
    
    ----------  EXAMPLE 1  ----------
    
    PS C:\>Join-RabbitMqCluster
    
REMARKS
    To see the examples, type: "get-help Join-RabbitMqCluster -examples".
    For more information, type: "get-help Join-RabbitMqCluster -detailed".
    For technical information, type: "get-help Join-RabbitMqCluster -full".
    For online help, type: "get-help Join-RabbitMqCluster -online"