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]