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

Grant-STFComputerSynchronizationPermission

Grant a computer synchronization permissions

Syntax

Grant-STFComputerSynchronizationPermission [-RemoteServer] <String[]> [<CommonParameters>]

Detailed Description

Grant a StoreFront server on the same domain permission to synchronize from the local Subscription Store.

Parameters

Name Description Required? Pipeline Input Default Value
RemoteServer The Netbios name of the server to grant permission to true true (ByValue)  

Input Type

System.String[]

Parameter RemoteServer: The .NET System.String reference type

Return Values

None

Notes

Restarts the Citrix Subscription Store Service to read new settings.

Examples

EXAMPLE 1 Grant multiple server synchronization permissions

Grant-STFComputerSynchronizationPermission -RemoteServer APACSF1,APACSF2

REMARKS

Grant StoreFront servers APACSF1 and APACSF2 from the APAC StoreFront group permissions to synchronize.

Grant-STFComputerSynchronizationPermission