Unregister-AuthenticationWorkflow

Unregisters a user for a Forefront Identity Manager service authentication workflow.

Syntax

Unregister-AuthenticationWorkflow
          -UserName <String>
          -AuthenticationWorkflowName <String>
          [-Uri <String>]
          [-Credential <PSCredential>]
          [<CommonParameters>]

Description

Unregisters a user for a Forefront Identity Manager service authentication workflow.

Examples

Unregister a user for an authentication workflow

Unregister-AuthenticationWorkflow -UserName "domain\user1" -AuthenticationWorkflowName "Password Reset AuthN Workflow"

The command unregister the user "domain\user1" from the workflow specified by the workflow name parameter.

Parameters

-AuthenticationWorkflowName

The display name of the authentication workflow which you wish to unregister the user from.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Credential

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

Type:PSCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Uri

The uniform resource identifier for the Forefront Identity Manager service.

Type:String
Position:Named
Default value:Http://localhost:5725/ResourceManagementService
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-UserName

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

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Outputs

None