PowerShell Module for RiskSense API.
This module is available on the PowerShell Gallery.
# Install the module (if you have PowerShell 5, or the PowerShellGet module).
Install-Module PS-RiskSense -Scope CurrentUser
# Import the module.
Import-Module PS-RiskSense
# Get commands in the module
Get-Command -Module PS-RiskSense
# Get help for a specific command (Get-RiskSenseClient for example)
Get-Help Get-RiskSenseClient -Full