Enable-RabbitMQManagement

Copy
NAME
    Enable-RabbitMqManagement
    
SYNOPSIS
    Enables the RabbitMq management UI (https://www.rabbitmq.com/management.html)
    
    
SYNTAX
    Enable-RabbitMqManagement [<CommonParameters>]
    
    
DESCRIPTION
    
    

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