Monday, October 21, 2013

You’ve learned that aliases are nicknames for cmdlets; what cmdlets are available to create, modify, export, or import aliases?

You’ve learned that aliases are nicknames for cmdlets; what cmdlets are available to
create, modify, export, or import aliases?
Help *alias
Or
get-command -noun alia
PS C:\Users\m1024032> help *alias

Name                              Category  Module                    Synopsis                                       
----                              --------  ------                    --------                                       
Export-Alias                      Cmdlet    Microsoft.PowerShell.U... Exports information about currently defined ...
Get-Alias                         Cmdlet    Microsoft.PowerShell.U... Gets the aliases for the current session.      
Import-Alias                      Cmdlet    Microsoft.PowerShell.U... Imports an alias list from a file.             
New-Alias                         Cmdlet    Microsoft.PowerShell.U... Creates a new alias.                           
Set-Alias                         Cmdlet    Microsoft.PowerShell.U... Creates or changes an alias (alternate name)...
Alias                             Provider  Microsoft.PowerShell.Core Provides access to the Windows PowerShell al...

Featured Posts

Day 2: Waiting, Hoping… and Getting Frustrated

​ Thursday morning, the last week of April 2026. I walked back into the gym at exactly the same time — 9:00 AM. There’s something about ro...