Citrix StoreFront SDK PowerShell Modules

Remove-STFFeatureState

Removes the FeatureState object

Syntax

Remove-STFFeatureState [-Name] <String> [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Removes the FeatureState object

Parameters

Name Description Required? Pipeline Input Default Value
Name The unique identifier of the FeatureState true false  

Input Type

System.String

Parameter Name: The .NET System.String reference type

Return Values

None

Examples

EXAMPLE 1 Removes the FeatureState object

Remove-STFFeatureState -Name feature1
<!--NeedCopy-->

REMARKS

Removes the FeatureState object registered as feature1

Remove-STFFeatureState