Storefront Powershell SDK 2402

Clear-STFUserFarmMappings

Clear the UserFarmMappings for a Store

Syntax

Clear-STFUserFarmMappings [-StoreService] <StoreService> [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Clear all of the UserFarmMappings configured for or Store.

Parameters

Name Description Required? Pipeline Input Default Value
StoreService The Store service output the UserFarmMappings from. 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 Clear all UserFarmMappings

Clear-STFUserFarmMappings -StoreService $store
<!--NeedCopy-->

REMARKS

Clears all existing UserFarmMappings from the Store service $store.

Clear-STFUserFarmMappings