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.
Related Commands¶
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.