# Get-STFStoreFarmConfiguration
Get common Store farm options
Syntax
Get-STFStoreFarmConfiguration [-StoreService] <StoreService> [<CommonParameters>]
Detailed Description
Get the details of an existing farm.
Related Commands
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
StoreService | The Store service the farm options are required 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
Farm
A .NET class representing the configuration of a Farm in StoreFront Store service
Examples
EXAMPLE 1 Get farm options
$store = Get-STFStoreService Get-STFStoreFarmConfiguration -StoreService $store
REMARKS
Get the only configured farm options.