Stop-RabbitMQ

Copy
NAME
    Stop-RabbitMq
    
SYNOPSIS
    Stops RabbitMq
    
    
SYNTAX
    Stop-RabbitMq [-StopErlangNode <SwitchParameter>] [<CommonParameters>]
    
    
DESCRIPTION
    The Stop-RabbitMq cmdlet stops RabbitMq.
    

PARAMETERS
    -StopErlangNode <SwitchParameter>
        Gets or sets whether the Erlang node should be stopped as well.
        
    <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:\>Stop-RabbitMq
    
REMARKS
    To see the examples, type: "get-help Stop-RabbitMq -examples".
    For more information, type: "get-help Stop-RabbitMq -detailed".
    For technical information, type: "get-help Stop-RabbitMq -full".
    For online help, type: "get-help Stop-RabbitMq -online"