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

Get-STFServerGroupConfiguration

Get the Server Group configuration replication state

Syntax

Get-STFServerGroupConfiguration [[-Hostname] <String>] [<CommonParameters>]

Detailed Description

Get the Server Group configuration replication state from the specified server in the group.

Parameters

Name Description Required? Pipeline Input Default Value
Hostname Optional host name of the server to request the configuration state from. false false  

Input Type

System.String

Parameter Hostname: The .NET System.String reference type

Return Values

None

Examples

EXAMPLE 1 Get Remote Configuration State

Get-STFConfigurationReplicationState -Hostname storefront-server1

REMARKS

Get the StoreFront server group configuration state

OUTPUT

ServerStates : {storefront-server1} ServerSynchronisationLevel : b1a13e5d-e4b3-4f67-b2c2-0d888df34301 CurrentUpdateStatus : Idle ClusterUpdateProgress : 100 ServerName : storefront-server2 LastUpdateStatus : Complete LastSourceServerName : storefront-server2 LastStartTime : 01/08/2024 15:03:56 LastNotifyTime : 14/08/2024 10:57:20 LastEndTime : 01/08/2024 15:04:11 LastError : CurrentUpdateProgress : 100

EXAMPLE 2 Get Local Configuration State

Get-STFConfigurationReplicationState

REMARKS

Get the StoreFront server group configuration state

OUTPUT

ServerStates : {storefront-server2} ServerSynchronisationLevel : b1a13e5d-e4b3-4f67-b2c2-0d888df34301 CurrentUpdateStatus : Idle ClusterUpdateProgress : 100 ServerName : storefront-server2 LastUpdateStatus : Complete LastSourceServerName : storefront-server2 LastStartTime : 01/08/2024 15:03:56 LastNotifyTime : 14/08/2024 10:57:20 LastEndTime : 01/08/2024 15:04:11 LastError : CurrentUpdateProgress : 100
Get-STFServerGroupConfiguration