Citrix StoreFront SDK PowerShell Modules

Disable-STFStorePna

Disable PNA (XenApp Services) for a Store

Syntax

Disable-STFStorePna [-StoreService] <StoreService> [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Disable PNA (XenApp Services) for a Store so it cannot be accessed clients using the PNA protocol.

Parameters

Name Description Required? Pipeline Input Default Value
StoreService A Store that is configured to support PNA true true (ByValue)  

Input Type

Citrix.StoreFront.Model.Store.StoreService

Parameter StoreService: A .NET class representing the configuration of a StoreFront Store service

Return Values

None

Examples

EXAMPLE 1 Disable PNA for the only Store

$storeService = Get-STFStoreService
Disable-STFStorePna -StoreService $storeService
<!--NeedCopy-->

REMARKS

Disables PNA for the only configured Store service.

Disable-STFStorePna