Confirm-AuthenticationWorkflowRegistration
Use to determine if a user is a registered for a specific authentication workflow.
Syntax
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.
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 check registration status. 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
Boolean