iRon7
iRon7
### Steps to reproduce Not sure whether this qualifies as a **Bug Report** or should actually be an **Feature Request**. Anyways, I have selected **Bug Report** as it currently doesn't...
### Summary of the new feature / enhancement Dynamic Parameters [quote](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_functions_advanced_parameters#dynamic-parameters): > Dynamic parameters can be useful, but use them only when necessary, because they can be difficult for users...
### Summary of the new feature / enhancement The new [`System.Management.Automation.OrderedHashtable` class](https://learn.microsoft.com/en-US/dotnet/api/System.Management.Automation.OrderedHashtable) is a great step forward in moving to a dictionary that is ordered by default. Therefore I wouldn't...
### As a scripter I want to be able to handle sensitive information as confindetial and easy as possible. As defined by Microsoft: [**SecureString shouldn't be used**](https://github.com/dotnet/platform-compat/blob/master/docs/DE0001.md) (for what?): >...
### Summary of the new feature / enhancement Coming from Stackoverflow question: [Extract text from html with powershell](https://stackoverflow.com/questions/75264781) And probably ties into #4553 (which I simply don't fully understand) Just...
### Summary of the new feature / enhancement From the [**PowerShell for every system!**](https://github.com/PowerShell/PowerShell) idea, `Tee-Object` shouldn't need a system specific value expression to output to a console (and the...
### Summary of the new feature / enhancement Because of [`#3080` Searching difficulties with hyphens (-) and periods (.)](https://github.com/craftcms/cms/issues/3080) and due to the fact that PowerShell uses a [verb-noun](https://learn.microsoft.com/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands) pair...
## Summary of the new feature/enhancement Initiate and increase an automatic variable (e.g. `$PSIndex`) each time the current object (`$_`/`$PSItem`) is assigned to the next object. The thought originated from...
### Summary of the new feature / enhancement ## Support for PlainText `Char` array/pipeline Conversions to and from a `SecureString` usually leaves memory trails, therefore it is better to provide...
### Summary of the new feature / enhancement Continuing from (reopening) the #2219 issue as this enhancement request is still valid and was actually already in a `Up-for-Graps` state (also...