Share via


Unregister-AuthenticationWorkflow

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

Syntax

Default (Default)

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.

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 unregister. 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

None