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
235 stars 67 forks source link

Remove-GSUserASP and Remove-GSUserToken not removing all when no Id is passed #222

Closed scrthq closed 5 years ago

scrthq commented 5 years ago

Remove-GSUserASP and Remove-GSUserToken fail to remove all ASPs/Tokens if no CodeId/ClientId is passed due to $service not being created in either case:

image

scrthq commented 5 years ago

Fixed now in v2.31.1!