PowerShell Logo Small

Import-Alias



This is the built-in help made by Microsoft for the command 'Import-Alias', in PowerShell version 2 - as retrieved from Windows version 'Microsoft® Windows Vista™ Ultimate ' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Imports an alias list from a file.

SYNTAX


Import-Alias [-Path] <string> [-Force] [-PassThru] [-Scope <string>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Import-Alias cmdlet imports an alias list from a file.



<

RELATED LINKS

Online version: http://go.microsoft.com/fwlink/?LinkID=113339
Export-Alias
Get-Alias
New-Alias
Set-Alias

REMARKS

<

Examples


-------------------------- EXAMPLE 1 --------------------------

C:\PS>import-alias test.txt



Description
-----------
This command imports alias information from a file named test.txt.