homotechsual / HaloAPI

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

Return 'isHaloConnected ' from Connect-HaloAPI? #22

Closed sullymanmanmanamn closed 2 months ago

sullymanmanmanamn commented 1 year ago

Currently evaluating return via -InformationVariable IsHaloConnected and thinking it may be useful for it to be returned natively?

Connect-HaloAPI -ClientID $HaloConnectionParameters.ClientID -ClientSecret $HaloConnectionParameters.ClientSecret -Scopes $HaloConnectionParameters.Scopes -Tenant $HaloConnectionParameters.Tenant -URL $HaloConnectionParameters.URL -InformationVariable IsHaloConnected

homotechsual commented 1 year ago

This is a good idea :-)