RiskPro PowerShell module (PSRP) is a framework for the automation of tasks for OneSumX for Risk Management.
There are two ways of setting up the RiskPro PowerShell Module on your system:
- Download the
PSRP
module from the Github repository; - Install the
PSRP
module from the PowerShell Gallery.
Install-Module -Name "PSRP" -Repository "PSGallery"
Import-Module -Name "PSRP"
Get-Command -Module "PSRP"
CommandType | Name | Version | Source |
---|---|---|---|
Function | Backup-Schema | 1.0.2 | PSRP |
Function | Get-ModelID | 1.0.2 | PSRP |
Function | Get-RiskProBatchResult | 1.0.2 | PSRP |
Function | Get-SolveID | 1.0.2 | PSRP |
Function | Grant-Role | 1.0.2 | PSRP |
Function | Invoke-CreateModel | 1.0.2 | PSRP |
Function | Invoke-CreateModelGroup | 1.0.2 | PSRP |
Function | Invoke-CreateUser | 1.0.2 | PSRP |
Function | Invoke-CreateUserGroup | 1.0.2 | PSRP |
Function | Invoke-DeleteModel | 1.0.2 | PSRP |
Function | Invoke-DeleteModelGroup | 1.0.2 | PSRP |
Function | Invoke-DeleteUser | 1.0.2 | PSRP |
Function | Invoke-List | 1.0.2 | PSRP |
Function | Invoke-MakeDir | 1.0.2 | PSRP |
Function | Invoke-MigratorTool | 1.0.2 | PSRP |
Function | Invoke-ModifyModel | 1.0.2 | PSRP |
Function | Invoke-ModifyModelGroup | 1.0.2 | PSRP |
Function | Invoke-ModifyUser | 1.0.2 | PSRP |
Function | Invoke-RiskProANTClient | 1.0.2 | PSRP |
Function | Invoke-RiskProBatchClient | 1.0.2 | PSRP |
Function | Invoke-Upload | 1.0.2 | PSRP |
Function | Restore-Schema | 1.0.2 | PSRP |
Function | Set-UserPassword | 1.0.2 | PSRP |
Function | Start-CleanRollupSolve | 1.0.2 | PSRP |
Function | Start-ExportToExcel | 1.0.2 | PSRP |
Function | Start-GenerateUDAJAR | 1.0.2 | PSRP |
Function | Start-GenesisLoader | 1.0.2 | PSRP |
Function | Start-ImportXML | 1.0.2 | PSRP |
Function | Start-Maintenance | 1.0.2 | PSRP |
Function | Start-RollupSolve | 1.0.2 | PSRP |
Function | Start-Solve | 1.0.2 | PSRP |
Function | Test-MigratorToolOutcome | 1.0.2 | PSRP |
Function | Test-Model | 1.0.2 | PSRP |
Function | Test-RiskProBatchClientOutcome | 1.0.2 | PSRP |
Function | Test-Solve | 1.0.2 | PSRP |
Function | Unlock-User | 1.0.2 | PSRP |
This module depends on the usage of functions provided by the PowerShell Tool Kit (PSTK) module.