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

Remove-STFCasConfiguration

Removes the existing CAS data

Syntax

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

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

REMARKS

After running Remove-STFCasConfiguration then Get-STFCasConfiguration should

return nothing.

Remove-STFCasConfiguration