Storefront Powershell SDK 2402

Remove-STFCasConfiguration

Removes the existing CAS data

Syntax

Remove-STFCasConfiguration [[-RoamingService] <RoamingService>] [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Removes the existing CAS data stored in the roaming web.config of your StoreFront deployment.

Parameters

Name Description Required? Pipeline Input Default Value
RoamingService The Roaming service false false  

Input Type

Citrix.StoreFront.Model.Roaming.RoamingService

Parameter RoamingService: A .NET class representing the configuration of a StoreFront Roaming service

Return Values

None

Examples

EXAMPLE 1 Display CAS data

Remove-STFCasConfiguration
              Get-STFCasConfiguration
<!--NeedCopy-->

REMARKS

After running Remove-STFCasConfiguration then Get-STFCasConfiguration should return nothing.

Remove-STFCasConfiguration