Created Date: Sept 23, 2016
Updated Date: Sept 23, 2016
Where to download ?
Certain legacy Citrix tools are now available on request only. Please submit the request here - https://forms.gle/obA39PEz5qpDiSPq8
Once we verify your request, we will provide access to the download location.
The Self-Service Password Reset Central Store Creation Tool is a PowerShell based application. You can use this tool to create a secure central store for Self-Service Password Reset on Windows Server 2012 R2, and Windows Server 2016. A central store created with the tool is the same as one created manually (for detailed information, see Create a Central Store). You can also use the tool to configure the firewall for the central store.
Note: As a prerequisite to using this tool, you must create a domain user as a Data Proxy Account. You will need to specify that account while running the tool. This tool supports the following parameters:
-? List all the options of this tool
-FolderPath Specify the folder path of the central store. Default value is C:\CITRIXSYNC. The file name can’t contain any of the following characters: “/ \ [ ] : | < > + = ; , ? *
-ShareName Specify the share name of the central store. Default value is CITRIXSYNC$. Share name can’t contain any of the following characters: “/ \ [ ] : | < > + = ; , ? *
-Admin Specify Data Proxy Account. This parameter is mandatory. Supported format: <Domain Name>/<Domain User> and <Domain User>@<Domain Name>
-SSPRServerIP Specify the IP address of the Self-Service Password Reset server and configure the firewall. Multiple IP addresses separated by commas are supported.
Create a domain user to be used as a Data Proxy Account.
Add the File and Storage Services role on the server.
Extract the content of the compressed file to a folder.
This tool creates a new folder and two subfolders, sets permissions on those folders, and change the following registry values:
This tool is a PowerShell script without installation and uninstallation processes.
Example
.\CreateCentralStore.ps1 -FolderPath C:\Citrix -ShareName Citrix$ -Admin xd.local\DataProxyAccount - SSPRServerIP 192.168.0.1
.\CreateCentralStore.ps1 -Admin xd.local\DataProxyAccount
To provide feedback and suggestions, click Feedback at the bottom of this page.
Where to download ?
Certain legacy Citrix tools are now available on request only. Please submit the request here - https://forms.gle/obA39PEz5qpDiSPq8
Once we verify your request, we will provide access to the download location.