Search notes:
Powershell command noun: alias
Commands related to the
PowerShell command noun
alias
:
These commands allow to manage
aliases.
There is no remove-alias
cmdlet in PowerShell 5.1 (but there is one in PowerShell core).
In PowerShell 5.1, an alias can be removed like so:
remove-item alias:diff -force
See also
The
.NET class
System.Management.Automation.AliasInfo
.