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

Clear-STFDeployment

Clear the existing deployment

Syntax

Clear-STFDeployment [[-SiteId] <Int64>] [<CommonParameters>]

Detailed Description

Removes the deployed StoreFront configuration from the server.

Parameters

Name Description Required? Pipeline Input Default Value
SiteId The IIS site id of the deployment to remove false false  

Input Type

System.Int64

Parameter SiteId: The .NET System.Int64 value type

Return Values

None

Examples

EXAMPLE 1 Clear All Configuration

Clear-STFDeployment

REMARKS

Removes all configured StoreFront features from the server

Clear-STFDeployment