StoreFront 1912 LTSR reached end-of-life on 18-Dec-2024. It is recommended that you upgrade to a newer version of StoreFront.

X

Citrix StoreFront SDK PowerShell Modules

Set-STFPasswordManagerAccountSelfService

Sets Password Manager as the account self-service method

Syntax

Set-STFPasswordManagerAccountSelfService [-AuthenticationService] <AuthenticationService> [-PasswordManagerServiceUrl] <Uri> [<CommonParameters>]

Detailed Description

Sets the Password Manager as the account self-service method (Password Reset).

Parameters

Name Description Required? Pipeline Input Default Value
AuthenticationService The Authentication service for which Password Manager will be enabled. true true (ByValue)  
PasswordManagerServiceUrl The Url of the password manager account self-service service. true false  

Input Type

Citrix.StoreFront.Model.Authentication.AuthenticationService

Parameter AuthenticationService: A .NET class representing the configuration of a StoreFront Authentication service

System.Uri

Parameter PasswordManagerServiceUrl: The .NET System.Uri reference type

Return Values

None

Examples

EXAMPLE 1 Enable Password Manager

$auth = Get-STFAuthenticationService Set-STFPasswordManagerAccountSelfService -AuthenticationService $auth

REMARKS

Configure the single authentication service to use Password Manager for

account self-service.

Set-STFPasswordManagerAccountSelfService