Skip to main content
Skip table of contents

SharePoint Connector Cmdlets

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

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

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

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

Cmdlets

Get-ConnectorConfiguration

POWERSHELL
Get-ConnectorConfiguration

Set-ConnectorConfiguration

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

Start-SPConnectorFullCrawl

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


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.