Citrix StoreFront SDK PowerShell Modules

Get-STFAccountSelfService

Gets the Account self-service configuration

Syntax

Get-STFAccountSelfService [-AuthenticationService] <AuthenticationService> [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Gets the Account self-service configuration from the Authentication service.

Parameters

Name Description Required? Pipeline Input Default Value
AuthenticationService The Authentication service for which account self-service settings will be supplied true true (ByValue)  

Input Type

Citrix.StoreFront.Model.Authentication.AuthenticationService

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

Return Values

AccountSelfServiceSummary

The .NET Citrix.StoreFront.Model.Authentication.AccountSelfServiceSummary reference type

Examples

EXAMPLE 1 Get Account self-service settings

$auth = Get-STFAuthenticationService
Get-STFAccountSelfService -AuthenticationService $auth
<!--NeedCopy-->

REMARKS

Get the Account self-service details for the only configured Authentication service.

Get-STFAccountSelfService