Confirm-AuthenticationWorkflowRegistration

Use to determine if a user is a registered for a specific authentication workflow.

Syntax

Parameter Set: Default
Confirm-AuthenticationWorkflowRegistration -AuthenticationWorkflowName <String> -UserName <String> [-Credential <PSCredential> ] [-Uri <String> ] [ <CommonParameters>]

Detailed Description

Use to determine if a user is a registered for a specific authentication workflow.

Parameters

-AuthenticationWorkflowName <String>

The display name of the authentication workflow which you wish to return.

Required?

true

Position?

named

Default Value

No default

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-UserName <String>

The username of the user for which you wish to register. Please provide the username in the format: domain\username.

Required?

true

Position?

named

Default Value

No default

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Credential <PSCredential>

The user credentials required to access the authentication workflows via the Forefront Identity Manager service.

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Uri <String>

The uniform resource identifier for the Forefront Identity Manager service.

Required?

true

Position?

named

Default Value

No default

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.

Notes

Example 1

Check to see if a user is registered for a specific authentication workflow.

C:\PS> Add-PSSnapin FIMAutomation
C:\PS> Confirm-AuthenticationWorkflowRegistration -username "domain\user1" -AuthenticationWorkflowName "Password Reset AuthN Workflow"

.