PowerShell Alias
What is PowerShell Alias? Alias is an alternate name that can be created for any Windows PowerShell cmdlet. Windows PowerShell also has predefined built-in aliases for certain cmdlets. The following cmdlets are used to work with alias: Get-Alias New-Alias Set-Alias PowerShell Alias Cmdlets: Get-Alias Highlights: Returns a list of all Windows PowerShell aliases(Built-in and User-Defined). … Read more