Get-MsmqQueueACL

Get-MsmqQueueACL

This cmdlet returns an array of MsmqQueueAcl objects for the specified queues.

Syntax

Parameter Set: Default
Get-MsmqQueueACL [-InputObject] <MessageQueue[]> [ <CommonParameters>]

Detailed Description

This cmdlet returns an array of MsmqQueueAcl objects for the specified queues. The cmdlet can be applied to private, public, system journal, system dead-letter and system transactional dead-letter queues.

Parameters

-InputObject<MessageQueue[]>

An array of MsmqQueue objects that represent queues for which ACL information is returned. Accepts pipelined input.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true(ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.