Set-RabbitMqUserAdmin

Copy
NAME 

    Set-RabbitMqUserAdmin 

 

SYNOPSIS 

    Sets a basic RabbitMQ user as Admin. 

 

 

SYNTAX 

    Set-RabbitMqUserAdmin -UserName <string> [<CommonParameters>] 

 

 

DESCRIPTION 

    Gives Administrative rights to an existing RabbitMQ User. 

 

 

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:\> Set-RabbitMqUserAdmin –UserName local 

 

REMARKS 

    To see the examples, type: "get-help Set-RabbitMqUserAdmin -examples"

    For more information, type: "get-help Set-RabbitMqUserAdmin -detailed"

    For technical information, type: "get-help Set-RabbitMqUserAdmin -full"

    For online help, type: "get-help Set-RabbitMqUserAdmin -online"