Citrix StoreFront SDK PowerShell Modules

Clear-STFEntraIdSettings

Clears the Entra ID settings for the provided authentication service

Syntax

Clear-STFEntraIdSettings [-AuthenticationService] <AuthenticationService> [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Clears the Entra ID settings for the provided authentication service

Parameters

Name Description Required? Pipeline Input Default Value
AuthenticationService Authentication service from which to remove Entra ID settings. 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

AuthenticationService

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

Examples

EXAMPLE 1 Clear the Entra ID settings for an authentication service

Clear-STFEntraIdSettings (Get-STFAuthenticationService)
<!--NeedCopy-->

REMARKS

Clears the Entra ID settings to defaults for the provided authentication service

Clear-STFEntraIdSettings