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

%GAC%\RecordLion.RecordsManager.SharePoint.PowerShell.dll
POWERSHELL

In order to use the Cmdlets contained within this module, simply execute the following command from a PowerShell Script.

[System.Reflection.Assembly]::LoadWithPartialName("RecordLion.RecordsManager.SharePoint.PowerShell") | Import-Module
POWERSHELL

Cmdlets

Get-ConnectorConfiguration

Get-ConnectorConfiguration
POWERSHELL

Set-ConnectorConfiguration

Set-ConnectorConfiguration
[-ServerUrl <string>]
[-Credentials <pscredential>]
[-ClassificationBatchSite <int>]
[-ClientTimeout <int>]
POWERSHELL

Start-SPConnectorFullCrawl

Start-SPConnectorFullCrawl
[-Confirm]
[-CrawlWebApp]
[-Folder <spfolder>]
[-Force]
[-List <splist>]
[-RelativeFolderUrl <string>]
[-RelativeListUrl <string>]
[-RelativeWebUrl string>]
[-Site <spsite>]
[-SiteUrl <string>]
[-Web <spweb>]
[-WebAppJobScope]
[-WhatIf]
POWERSHELL