Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.39 KB

Get-MsmqQueueManager.md

File metadata and controls

54 lines (36 loc) · 1.39 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.Msmq.PowerShell.Commands.dll-Help.xml
MSMQ
12/27/2016
2.0.0
Get-MsmqQueueManager

Get-MsmqQueueManager

SYNOPSIS

Gets a queue manager.

SYNTAX

Get-MsmqQueueManager [<CommonParameters>]

DESCRIPTION

The Get-MsmqQueueManager cmdlet gets a QueueManager object. The QueueManager object contains state information for the local queue manager. The cmdlet gets the properties of the QueueManager object by using native Message Queuing (also known as MSMQ) APIs.

EXAMPLES

Example 1: Get the queue manager

PS C:\> Get-MsmqQueueManager

This command gets the queue manager.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Set-MsmqQueueManager