powershell icon indicating copy to clipboard operation
powershell copied to clipboard

[FEATURE] Remove-PnPFlow - Add option to capture errors

Open robertcaretta opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. When I run the following command no errors and no verbose information is returned. Remove-PnPFlow -Environment $globals.envGUID -Identity 'somefakeidentity' -AsAdmin -Force -Verbose

Describe the solution you'd like

  • Ideally errors are returned so I can leverage -ErrorAction and -ErrorVariable.
  • Verbose information would also be useful.

Describe alternatives you've considered N/A

Additional context N/A

robertcaretta avatar Nov 12 '21 22:11 robertcaretta