SyntaxFix
Write A Post
Hire A Developer
Questions
I like Get-Command | Format-List, or shorter, using aliases for the two and only for powershell.exe:
Get-Command | Format-List
powershell.exe
gcm powershell | fl
You can find aliases like this:
alias -definition Format-List
Tab completion works with gcm.
gcm