Skip to main content
Skip table of contents

Manager Web Cmdlets

The Manager Web supports configuration post installation by using a PowerShell Module installed to the following location:

  • %Install Path%\PowerShell\RecordLion.RecordsManager.Web.PowerShell.dll

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

POWERSHELL
Import-Module “%Install Path%\PowerShell\RecordLion.RecordsManager.Web.PowerShell.dll”


%Install Path% should be replaced with the absolute path to where installation was specified.For an example on how to run several of these commands, see (Link) Configuring Fully Qualified Domain Name (FQDN).

Cmdlets

Get-Record

POWERSHELL
Get-Record
[-RecordUri] <string>
[-SQLTimeout <int>]

Remove-AuditEntries

POWERSHELL
Remove-AuditEntries
[-Record] <RecordModel>
[-SQLTimeout <int>]

Remove-Record

POWERSHELL
Remove-Record
[-RecordUri <string>]
[-PathUri <string>]
[-SQLTimeout <int>]

Remove-UnresolvedAuditEntries

POWERSHELL
Remove-UnresolvedAuditEntries
[-CreatedBefore] <datetime>
[-SQLTimeout <int>]

Set-RecordsManagerSTSWeb

POWERSHELL
Set-RecordsManagerSTSWeb
[-SiteName] <string>
[-BaseUrl <string>]
[-AllowHttp <bool>]
[-CertificateIdentity <string>]
[-IssuerName <string>]
[-ExpectedAddress <string>]
[-SigningCertificateSubjectName <string>]
[-EncryptingCertificateSubjectName <string>]

Set-RecordsManagerWeb

POWERSHELL
Set-RecordsManagerWeb
[-SiteName] <string>
[-SiteUrl <string>]
[-AllowHttp <bool>]
[-PageSize <int>]
[-DialogPageSize <int>]
[-AudtPageSize <int>]
[-ConnectionString <string>]
[-WSFedMetaUrl <string>]
[-WSFedMetaRealm <string>]
[-WSFedMetaReply <string>]
[-WSFedMetaAudience <string>]
[-WSTrustUrl <string>]
[-SessionTimeout <int>]
[-ReportCacheDirectory <string>]
[-ReportDirectory <string>]
[-InitialRecordizationMode <bool>]
[-DaysUntilExpiration <int>]

Set-TemporaryAuditEntriesResolved

POWERSHELL
Set-TemporaryAuditEntriesResolved
[-SQLTimeout <int>]

Set-UserAccount

POWERSHELL
Set-UserAccount
-Credentials <pscredential>
-NewCredentials <pscredential>
[-SQLTimeout <int>]
JavaScript errors detected

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

If this problem persists, please contact our support.