Storefront Powershell SDK 2411

Get-STFServerGroupConfiguration

Get the Server Group configuration replication state

Syntax

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

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
<!--NeedCopy-->

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
<!--NeedCopy-->

EXAMPLE 2 Get Local Configuration State

Get-STFConfigurationReplicationState
<!--NeedCopy-->

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
<!--NeedCopy-->
Get-STFServerGroupConfiguration