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

Commands that make changes should support SupportsShouldProcess/WhatIf #339

Open dresken opened 3 years ago

dresken commented 3 years ago

Is your feature request related to a problem? Please describe. Some commands support SupportsShouldProcess - but many do not. This makes testing of scripts or commands inconsistent or overly complicated.

Describe the solution you'd like Please implement SupportsShouldProcess on any commands that make changes. Generally that is any that are New- Update- Remove- Add- etc