Citrix StoreFront SDK PowerShell Modules

Get-STFRoamingAccount

Get the Roaming account

Syntax

Get-STFRoamingAccount [-StoreService] <StoreService> [[-RoamingService] <RoamingService>] [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Get the Roaming account details for one or all Stores.

Parameters

Name Description Required? Pipeline Input Default Value
StoreService Store service to get the account record for true true (ByValue)  
RoamingService The Roaming service false false  

Input Type

Citrix.StoreFront.Model.Store.StoreService

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

Citrix.StoreFront.Model.Roaming.RoamingService

Parameter RoamingService: A .NET class representing the configuration of a StoreFront Roaming service

Return Values

Accounts

The .NET Citrix.StoreFront.Model.Roaming.Accounts reference type

Examples

EXAMPLE 1 Get Roaming account for a specific Store

$store = Get-STFStoreService
Get-STFRoamingAccount -StoreService $store
<!--NeedCopy-->

REMARKS

Get the Roaming account for the only configured Store service.

Get-STFRoamingAccount