When attempting to catch exceptions thrown by the ReportingServicesTools, the exceptions are of types that are not loaded and so can't be caught by type.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
What is the current behavior?
When attempting to catch exceptions thrown by the ReportingServicesTools, the exceptions are of types that are not loaded and so can't be caught by type.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
yields
which is problematic since
fails with
What is the expected behavior?
catching the given exceptions and yielding 'Warning: FAIL'
Which versions of Powershell and which OS are affected by this issue? Did this work in previous versions of our scripts?