homotechsual / HaloAPI

PowerShell module for the Halo Service Solutions series of software products.
MIT License
47 stars 35 forks source link

Feat: Update Get-HaloSoftwareLicence #44

Closed jsanzdev closed 2 months ago

jsanzdev commented 2 months ago

Added a switch to include inactive licenses.

homotechsual commented 2 months ago

Thanks for this :-)

Looks like your editor/PSSA rules whacked the ones in the repo a bit 🤣 and did things to some spacing/layout. Otherwise really when adding parameters just add the param - there's a dynamic query string builder that gathers up all the parameters and handles them according to type so we don't need to write specific code to handle each parameter :-D