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

%Install Path%\PowerShell\RecordLion.RecordsManager.SPOnline.PowerShell.Service.dll
POWERSHELL

When the SharePoint Online Connector Service is installed, the following Cmdlets are pre-registered with PowerShell and should be immediately available. However, if the Cmdlets are not available, execute the following command from a PowerShell Script to make the Cmdlets available.

Import-Module “%Install Path%\PowerShell\RecordLion.RecordsManager.SPOnline.PowerShell.Service.dll"
POWERSHELL

%Install Path% should be replaced with the absolute path to where installation was specified.

Cmdlets

Get-SPOClientSecretEndDate

Get-SPOClientSecretEndDate
-ClientId <string>
-Credentials <pscredential>
POWERSHELL

Get-SPOJobSchedule

Get-SPOJobSchedule
-JobType <JobType> {Custom | FullClassification | IncrementalClassification | Retention}
[-CustomJobId <guid>]
POWERSHELL

Invoke-SPOJobSchedule

Invoke-SPOJobSchedule
-JobSchedule <JobScheduleModel>
POWERSHELL

New-SPOClientSecret

New-SPOClientSecret
POWERSHELL

Register-SPAppSetting

Register-SPAppSetting
-SPHostUrl <string> 
-SPSiteUrl <string>
-SPSiteId <guid>     
-SPWebId <guid>
POWERSHELL

Set-ServicePrincipalClientSecret

Set-ServicePrincipalClientSecret
-ClientSecret <string>
-ClientId <string>
-Credentials <pscredential>
[-Duration <timespan>]
POWERSHELL

Set-SPOConnectorService

Set-SPOConnectorService
[-ConnectionString <string>]
[-ClientId <string>]
[-ClientSecret <string>]
[-ServiceIdentity <pscredential>]
[-Stop]
[-Start]
[-ChangeLogon]
[-GrantPermissionToServiceIdentity]
POWERSHELL

Set-SPOJobSchedule

Set-SPOJobSchedule
-JobSchedule <JobScheduleModel>
POWERSHELL

Unblock-SPOListItem

Unblock-SPOListItem
-ItemUrl <string>
-SPOnlineCreds <pscredential>
POWERSHELL