SCRT-HQ / PSGSuite

Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
https://psgsuite.io/
Apache License 2.0
234 stars 66 forks source link

Allow array input for $User #260

Closed vaskotoo closed 4 years ago

vaskotoo commented 4 years ago

Since we already run "foreach" on the $User, thought we can allow this to be an Array String input. I have also tested it, and it works as expected, I got the multiple user output for my search.

scrthq commented 4 years ago

Thank you so much for sending this over, @vaskotoo !!! Change completely makes sense, getting this merged now and deployed ASAP with some other changes / fixes.