Self-Service Password Reset Central Store Creation Tool

Self-Service Password Reset Central Store Creation Tool

book

Article ID: CTX217143

calendar_today

Updated On:

Description

SSPR Central Store Creation Tool

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.

  


Description

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.


Prerequisites

Create a domain user to be used as a Data Proxy Account.

Add the File and Storage Services role on the server.


Installing this Tool

Extract the content of the compressed file to a folder.


Data Modified by SSPR Central Store Creation Tool

This tool creates a new folder and two subfolders, sets permissions on those folders, and change the following registry values: 

  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters  SMB1 0
  • HKEY_LOCAL_MACHINE \System\CurrentControlSet\Services\LanManServer\Parameters EnableSecuritySignature  1
  • HKEY_LOCAL_MACHINE \System\CurrentControlSet\Services\LanmanWorkstation\Parameters EnableSecuritySignature 1

Uninstalling this Tool

This tool is a PowerShell script without installation and uninstallation processes.


How to Use This Tool

  1. Open a PowerShell Console session on the machine where you want to use the tool.
  2. Run the scripts on the console.

Example

  • To create a folder with the local path C:\Citrix as the central store, share the folder with the share name Citrix$, specify the data proxy account of the central store and the IP address of the Self-Service Password Reset server and configure the firewall:

.\CreateCentralStore.ps1 -FolderPath C:\Citrix -ShareName Citrix$ -Admin xd.local\DataProxyAccount - SSPRServerIP 192.168.0.1

  • To specify only the data proxy account of the central store(using the default values for the central store folder path and the share name):

.\CreateCentralStore.ps1 -Admin xd.local\DataProxyAccount  


Contact Information

To provide feedback and suggestions, click Feedback at the bottom of this page.


Additional Information

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.