Import-Alias - PowerShell command help and examples

Imports an alias list from a file. (Import-Alias)


NAME
Import-Alias
SYNOPSIS
Imports an alias list from a file.
SYNTAX
Import-Alias [-Path] <string> [-Force] [-PassThru] [-Scope <string>] [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
The Import-Alias cmdlet imports an alias list from a file.
PARAMETERS
-Force [<SwitchParameter>] Allows the cmdlet to import an alias that is already defined and is read only. You can use the following command to display information about the currently-defined aliases: get-alias | select-object name,Options The value of the Options property will include "ReadOnly" if the corresponding alias is read only. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false -PassThru [<SwitchParameter>] Returns an object representing the alias. By default, this cmdlet does not generate any output. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false -Path <string> Specifies the path to a file that includes exported alias information. Wildcards are allowed but they must resolve to a single name. Required? true Position? 1 Default value Accept pipeline input? true (ByValue, ByPropertyName) Accept wildcard characters? false -Scope <string> Specifies the scope into which the aliases are imported. Valid values are "Global", "Local", or "Script", or a number relative to the current scope (0 through the number of scopes, where 0 is the current scope and 1 is its parent). "Local" is the default. For more information, see about_Scopes. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false -Confirm [<SwitchParameter>] Prompts you for confirmation before executing the command. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false -WhatIf [<SwitchParameter>] Describes what would happen if you executed the command without actually executing the command. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false <CommonParameters> This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, type, "get-help about_commonparameters".
INPUTS
System.String You can pipe a string that contains a path to Import-Alias.
OUTPUTS
None or System.Management.Automation.AliasInfo When you use the Passthru parameter, Import-Alias returns a System.Management.Automation.AliasInfo object that represents the alias. Otherwise, this cmdlet does not generate any output.
NOTES

Examples

EXAMPLE 1
C:\PS>import-alias test.txt
Description
----------- This command imports alias information from a file named test.txt. RELATED LINKS Online version: http://go.microsoft.com/fwlink/?LinkID=113339 Export-Alias Get-Alias New-Alias Set-Alias C:\Windows>powershell get-help Import-LocalizedData -full

Microsoft Windows [Version 10.0.19045.3693]
Copyright (c) 2023 Microsoft Corporation.

ColorConsole [Version 3.7.1000] PowerShell 2.0-Export

Windows 11, 10, 8.1, 8, 7 / Server 2022, 2019, 2016











Windows-10


... Windows 10 FAQ
... Windows 10 How To


Windows 10 How To


... Windows 11 How To
... Windows 10 FAQ



PowerShell: Imports an alias list from a file.

HTTP: ... PS_Windows/en/Import-Alias.htm
0.077
12326
How can I open all subfolders in Windows XP Explorer?
Why do you have a 3D clock for Windows with a simple digital clock on your arm?
Was sind Windows Services?
Problem with drivers for the scanner under Windows 10 / 11 (install)?
Windows 10 Explorer hat keine Statusleiste mit Datei-Information, warum?
Hilfe zu Windows-Editor in Windows 10 und 11?
Wie startet man bei Windows die Dienstprogramme neu?
Wo finde ich die Windows 10 Versions sowie Build Nummer?
Is the Aero Desktop Clock for Android or Linux, Ad Free?
Are system restore points important in Windows 12, 11, 10?



(0)