Install-RabbitMQ

Copy
NAME
    Install-RabbitMq
    
SYNOPSIS
    Installs RabbitMq
    
    
SYNTAX
    Install-RabbitMq [-InstallPath <string>] [<CommonParameters>]
    
    
DESCRIPTION
    The Install-RabbitMq cmdlet will attempt to load the installed from Path.Combine(Path.GetTempPath(), "rabbitMq.exe");
    

PARAMETERS
    -InstallPath <string>
        Allows you to specify the path of the RabbitMQ installation. If a path is not provided, the default path from InstallConfig.json
        is used.

    <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:\>Install-RabbitMq
    
REMARKS
    To see the examples, type: "get-help Install-RabbitMq -examples".
    For more information, type: "get-help Install-RabbitMq -detailed".
    For technical information, type: "get-help Install-RabbitMq -full".
    For online help, type: "get-help Install-RabbitMq -online"