Uninstall-RabbitMQ

Copy
NAME
    Uninstall-RabbitMq
    
SYNOPSIS
    Uninstalls prior installation of RabbitMq
    
    
SYNTAX
    Uninstall-RabbitMq [-InstallPath <string>] [<CommonParameters>]
    
    
DESCRIPTION
    
    Uninstalls RabbitMQ and cleans the RabbitMQ installation directory. 

PARAMETERS
    -InstallPath <string>
        Allows you to specify the path of the RabbitMQ installation directory. 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:\>Uninstall-RabbitMq
    
REMARKS
    To see the examples, type: "get-help Uninstall-RabbitMq -examples".
    For more information, type: "get-help Uninstall-RabbitMq -detailed".
    For technical information, type: "get-help Uninstall-RabbitMq -full".
    For online help, type: "get-help Uninstall-RabbitMq -online"