Set Alias Permanent in PowerShell

Using Export-Alias and Import-Alias cmdlets in PowerShell, you can set alias permanent in PowerShell. Export-Alias command exports all alias information and using the Import-Alias cmdlet, …

Read more