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.
Import-Module “%Install Path%\PowerShell\RecordLion.RecordsManager.Web.PowerShell.dll”
POWERSHELL
%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
Get-Record
[-RecordUri] <string>
[-SQLTimeout <int>]
POWERSHELL
Remove-AuditEntries
Remove-AuditEntries
[-Record] <RecordModel>
[-SQLTimeout <int>]
POWERSHELL
Remove-Record
Remove-Record
[-RecordUri <string>]
[-PathUri <string>]
[-SQLTimeout <int>]
POWERSHELL
Remove-UnresolvedAuditEntries
Remove-UnresolvedAuditEntries
[-CreatedBefore] <datetime>
[-SQLTimeout <int>]
POWERSHELL
Set-RecordsManagerSTSWeb
Set-RecordsManagerSTSWeb
[-SiteName] <string>
[-BaseUrl <string>]
[-AllowHttp <bool>]
[-CertificateIdentity <string>]
[-IssuerName <string>]
[-ExpectedAddress <string>]
[-SigningCertificateSubjectName <string>]
[-EncryptingCertificateSubjectName <string>]
POWERSHELL
Set-RecordsManagerWeb
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>]
POWERSHELL
Set-TemporaryAuditEntriesResolved
Set-TemporaryAuditEntriesResolved
[-SQLTimeout <int>]
Set-UserAccount
-Credentials <pscredential>
-NewCredentials <pscredential>
[-SQLTimeout <int>]
POWERSHELL