Get-WFOutboundCertificate

Updated: August 30, 2012

Get-WFOutboundCertificate

This cmdlet will display the Workflow’s outbound signing certificate reference information from Workflow’s service configuration

Syntax

Parameter Set: Default
Get-WFOutboundCertificate -ServiceUri <Uri> [-Credential <ICredentials> ] [ <CommonParameters>]

Detailed Description

Run this cmdlet to display the workflow’s outbound signing certificate reference information from the workflow service. configuration.

Parameters

-Credential<ICredentials>

Specifies the credential to use when connecting to the Workflow Manager 1.0 service. If not specified, then the currently logged in user’s Windows credentials are used to connect to the service

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ServiceUri<Uri>

The Uri of the Workflow Manager 1.0 service.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

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

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.

Examples

Example 1

Display the Workflows outbound signing certificate reference information from Workflows service configuration.

PS C:\> Get-WFOutboundCertificate -ServiceUri https://server/
PS C:\> 

 

 

PS C:\>