File Share Connector Services supports configuration post-installation by using a PowerShell Module installed to the following location:    

%Install Path%\PowerShell\RecordLion.RecordsManager.FileShare.PowerShell.dll
POWERSHELL

When the File Share Connector Services are installed, the following Cmdlets are pre-registered with PowerShell and should be immediately available.  However, if the Cmdlets are not available, simply execute the following command from a PowerShell Script to make the Cmdlets available.    

Import-Module “%Install Path%\PowerShell\RecordLion.RecordsManager.FileShare.PowerShell.dll”
POWERSHELL

%Install Path% should be replaced with the absolute path to where installation was specified.Cmdlets

Cmdlets

Remove-FileShareClassificationServicePermission

Remove-FileShareClassificationServicePermission
[-ServiceIdentity <pscredential>]
[-Stop]
[-Start]
[-ChangeLogon]
[-GrantPermissionToServiceIdentity]
POWERSHELL

Remove-FileShareRetentionServicePermission

Remove-FileShareRetentionServicePermission
[-ServiceIdentity <pscredential>]
[-Stop]
[-Start]
[-ChangeLogon]
[-GrantPermissionToServiceIdentity]
POWERSHELL

Remove-FileShareUnusedSettings

Remove-FileShareUnusedSettings
POWERSHELL

Reset-FileShareCrawlState

Reset-FileShareCrawlState
[-DataProviderType <string>]
[-ConnectionString <string>]
[-JsonProviderFileLocation <string>]
[-ManagedLocationPath <string>]
POWERSHELL

Set-FileShareClassificationService

Set-FileShareClassificationService
[-ConnectionString <string>]
[-ServiceIntervalInMS <int>]
[-LoggingLevel <string>]
[-DataProviderType <string>]
[-JsonProviderFileLocation <string>]
[-ServiceIdentity <pscredential>]
[-Stop]
[-Start]
[-ChangeLogon]
[-GrantPermissionToServiceIdentity]
POWERSHELL

Set-FileShareConfiguration

Set-FileShareConfiguration
[-ConnectionString <string>]
[-DataProviderType <string>]
[-JsonProviderFileLocation <string>]
POWERSHELL

Set-FileShareRetentionService

Set-FileShareRetentionService
[-ConnectionString <string>]
[-ServiceIntervalInMS <int>]
[-LoggingLevel <string>]
[-DataProviderType <string>]
[-JsonProviderFileLocation <string>]
[-ServiceIdentity <pscredential>]
[-Stop]
[-Start]
[-ChangeLogon]
[-GrantPermissionToServiceIdentity]
POWERSHELL