Share via


Confirm-AuthenticationWorkflowRegistration

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

Syntax

Default (Default)

Confirm-AuthenticationWorkflowRegistration
    -UserName <String>
    -AuthenticationWorkflowName <String>
    [-Uri <String>]
    [-Credential <PSCredential>]
    [<CommonParameters>]

Description

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

Examples

Check to see if a user is register for a specific authentication workflow

Confirm-AuthenticationWorkflowRegistration -UserName "domain\user1" -AuthenticationWorkflowName "Password Reset AuthN Workflow"

The command returns a boolean value (True or False) indicating that the specified user is registered for the workflow specified by the workflow name parameter.

Parameters

-AuthenticationWorkflowName

The display name of the authentication workflow for which you wish to check registration status.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Credential

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

Parameter properties

Type:PSCredential
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Uri

The uniform resource identifier for the Forefront Identity Manager service.

Parameter properties

Type:String
Default value:Http://localhost:5725/ResourceManagementService
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-UserName

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

Outputs

Boolean