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

Publish-STFServerGroupConfiguration

Publish the configuration from the server to the group

Syntax

Publish-STFServerGroupConfiguration [[-AsBackgroundJob] <SwitchParameter>] [<CommonParameters>]

Detailed Description

Publishes the configuration of the server on which the command is executed to the other servers within the group.

Parameters

Name Description Required? Pipeline Input Default Value
AsBackgroundJob Do not show the publishing progress or wait for completion before exiting. false false  

Input Type

System.Management.Automation.SwitchParameter

Parameter AsBackgroundJob: The .NET System.Management.Automation.SwitchParameter value type

Return Values

SynchronisationState

The .NET Citrix.DeliveryServices.ConfigurationReplication.Contract.ServiceStatus.SynchronisationState reference type

Examples

EXAMPLE 1 Publish configuration without progress

Publish-STFServerGroupConfiguration -Confirm:$false -AsBackgroundJob Write-Host 'Publish is going on in the background'

REMAR

KS Publishes the configuration to servers within the group as a background job. A message is output without waiting for publish to complete.
Publish-STFServerGroupConfiguration