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

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