Open
Description
Summary of the new feature / enhancement
Often I remember some elements of former command lines.
However when I used the forward/backward search capability,
I have usually to go trough a lot of suggestions before finding the match.
Being able to use wild cards would dramatically improve the research experience.
Exemple of current behavior:
I need to search for a line with:
Get-ADUser -Property Description, Manager -Identity accountX
Currently I have to go through:
Get-ADUser -Identity accountA
Get-ADUser -Property Description -Identity accountC
Get-ADUser -Property Manager -Identity accountD
Get-ADUser -Property Description, Manager -Identity accountN
Get-ADUser -Property Description, Manager -Identity accountO
Get-ADUser -Property Description, Manager -Identity accountX
Request:
I wish I could make my search with:
Get-ADUser*accountX
Proposed technical implementation details (optional)
A similar feature already exists, though currently limited to the file system.