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...
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...