5 ms·
Have you tried reading the docs? A full list of approved verbs is available, and describes in detail when you should use them and what synonyms they should repl
by soverance 5y ago
Have you tried reading the docs? A full list of approved verbs is available, and describes in detail when you should use them and what synonyms they should replace. It makes sense for anyone willing to spend a moment investigating why it's designed that way.
https://docs.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands?view=powershell-7.2 https://docs.microsoft.com/en-us/powershell/scripting/develo...
- AtNightWeCode 5y agoTell that to the people writing PS modules. :) Put, Update, Update, Put? PS is a good example of overdesign imho. Also, one can compare for instance Az CLI with Az PS. Takes at least 5 times longer to do anything in Az PS.