Skip to content

ConnorGriffin/PS-RiskSense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PS-RiskSense

Build status PSG Version PSG Downloads

PowerShell Module for RiskSense API.

This module is available on the PowerShell Gallery.

Initial setup

Installing and loading the module

# 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

About

PowerShell Module for RiskSense API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published