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-STFDefaultPnaStore

Clear the default PNA store

Syntax

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

Detailed Description

Clears the default PNA store hosted at the default PNA url, http://example.storefront.com/Citrix/Store/PNAgent/config.xml.

Parameters

Name Description Required? Pipeline Input Default Value
SiteId The IIS Site to clear the default Pna store from false false  

Input Type

System.Int64

Parameter SiteId: The .NET System.Int64 value type

Return Values

None

Examples

EXAMPLE 1 Clear the default PNA store

Clear-STFDefaultPnaStore

REMARKS

Clears the default PNA store.

Clear-STFDefaultPnaStore