TheJumpCloud / jcapi-powershell

MIT License
10 stars 3 forks source link

Cut 3885 reports generation #73

Closed jworkmanjc closed 6 months ago

jworkmanjc commented 6 months ago

Issues

What does this solve?

New-JcSdkReport & Get-JcSdkReport functions have been generated and added to the DI module in this release.

Is there anything particularly tricky?

How should this be tested?

Tests for this release are automated, the intent is to wrap these two functions into the PowerShell Module to make both functions more useful for customers.

New Report

To generate a new users to devices report, run New-JcSdkReport -ReportType 'users-to-devices'

Get Reports

To get a list of all reports run Get-JcSdkReport. Additional filters can be used to sort reports by type or date generated.

Screenshots