Cloud 6.0 5.2.5 5.2.4 5.2.3 Cloud Server
Cloud 6.0 5.2.5 5.2.4 5.2.3 Cloud Server

SharePoint Connector Cmdlets

PowerShell CmdLets have been deprecated in 6.0. These articles are provided for informational purposes only.

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]