Resume-MsmqOutgoingQueue

Resume-MsmqOutgoingQueue

Resumes specified outgoing queues.

Syntax

Parameter Set: Default
Resume-MsmqOutgoingQueue [-InputObject <OutgoingQueue[]> ] [ <CommonParameters>]

Detailed Description

This cmdlet resumes all outgoing queues that are represented by the supplied MsmqOutgoingQueue objects, and returns the resumed MsmqOutgoingQueue objects.

Parameters

-InputObject<OutgoingQueue[]>

An array of MsmqOutgoingQueue objects that represent the outgoing queues to be resumed. Accepts pipelined input.

Aliases

none

Required?

false

Position?

named

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

Examples

 

Usage Scenario

PS C:\> Get-MsmqOutgoingQueue –Name Order* | Resume-MsmqOutgoingQueue