Differences
This shows you the differences between the selected revisions of the page.
| faq_library_parameters 2019-03-01 | faq_library_parameters 2025-07-26 (current) | ||
| Line 17: | Line 17: | ||
| </code> | </code> | ||
| - | PowerShell unfortunately does everything it can, to convert an invalid argument to a target parameter type. In this case, it will convert non-null ''$options'' argument to ''$True'', instead of failing. | + | PowerShell unfortunately does everything it can, to convert an invalid argument to a target parameter type. In this case, it will silently convert non-null ''$options'' argument to ''$True'', instead of failing. |