Unregister-AuthenticationWorkflow
Unregisters a user for a Forefront Identity Manager service authentication workflow.
Syntax
Parameter Set: Default Unregister-AuthenticationWorkflow -AuthenticationWorkflowName <String> -UserName <String> [-Credential <PSCredential> ] [-Uri <String> ] [ <CommonParameters>]
Detailed Description
Unregisters a user for a Forefront Identity Manager service authentication workflow.
Parameters
-AuthenticationWorkflowName <String>
The display name of the authentication workflow which you wish to unregister the user from.
|
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 unregister. 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 Forefront Identity Manager service.
|
Required? |
false |
|
Position? |
named |
|
Default Value |
No default |
|
Accept Pipeline Input? |
false |
|
Accept Wildcard Characters? |
false |
-Uri <String>
The uniform resource identifier for the Forefront Identity Manager service.
|
Required? |
false |
|
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
Unregister a user for a Forefront Identity Manager service authentication workflow.
C:\PS> Add-PSSnapin FIMAutomation C:\PS> Unregister-AuthenticationWorkflow -UserName "domain\user1" -AuthenticationWorkflowName “Password Reset AuthN Workflow”
.
