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

Revoke-GSUserVerificationCodes should be high impact #274

Open shareefer opened 4 years ago

shareefer commented 4 years ago

The docs give an example of how to use Revoke-GSUserVerificationCodes:

Revoke-GSUserVerificationCodes -User me -Confirm:$false

Running the command with -Confirm:$false leads to an error.

I believe the cmdlet should have ConfirmImpact = "High" considering the action type.

Thank you for all your efforts!

scrthq commented 4 years ago

@shareefer - That's a fair statement! I'll get this added in on the next release, thank you for raising this!