Differences
This shows you the differences between the selected revisions of the page.
2019-03-01 | 2025-07-26 (current) | ||
values by name not supported in powershell (martin) | silently (martin) | ||
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. |