SharePoint Connector Cmdlets
SharePoint Connector supports configuration post-installation by using a PowerShell Module installed to the following location:
%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.
[System.Reflection.Assembly]::LoadWithPartialName("RecordLion.RecordsManager.SharePoint.PowerShell") | Import-Module
Cmdlets
Get-ConnectorConfiguration
Get-ConnectorConfiguration
Set-ConnectorConfiguration
Set-ConnectorConfiguration
[-ServerUrl <string>]
[-Credentials <pscredential>]
[-ClassificationBatchSite <int>]
[-ClientTimeout <int>]
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]