Skip to content

Akaizoku/PSRP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RiskPro PowerShell module

RiskPro PowerShell module (PSRP) is a framework for the automation of tasks for OneSumX for Risk Management.

  1. Usage
    1. Installation
    2. Import
    3. List available functions
  2. Dependencies

Usage

Installation

There are two ways of setting up the RiskPro PowerShell Module on your system:

  1. Download the PSRP module from the Github repository;
  2. Install the PSRP module from the PowerShell Gallery.
Install-Module -Name "PSRP" -Repository "PSGallery"

Import

Import-Module -Name "PSRP"

List available functions

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

Dependencies

This module depends on the usage of functions provided by the PowerShell Tool Kit (PSTK) module.