Prasad Ramireddy

Results 1 issues of Prasad Ramireddy

When executing the following command: Ex: Remove-PnPSiteGroup -Identity "GroupToRemove" -Confirm:$false I still receive a confirmation prompt, despite explicitly setting . Upon reviewing the source code at [**RemoveSiteGroup**.cs](https://github.com/pnp/powershell/blob/dev/src/Commands/Principals/RemoveSiteGroup.cs), it appears that...