| The single most underused command in powershell is: Get-Alias Essentially every command you'd use has a 2 or 3 character alias that is easy to remember and quick to type. On top of it their almost programitacilly named, so if you know the powershell commands full name you can almost certainly guess the alias Typing Get-Alias lists them all out. https://docs.microsoft.com/en-us/powershell/module/microsoft... |