Get-Alias


Returns alias names for cmdlets.

Snap-In: Microsoft.PowerShell.Utility

Syntax:

Get-Alias [

 [-Name] <String[]>] [-Exclude <String[]>] [-Scope <String>] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-ErrorVariable <String>] [-OutVariable <String>] [-OutBuffer <Int32>] 

Description:

The get-alias Cmdlet outputs the alias name and its corresponding cmdlet. If no alias name is entered, the command returns all the aliases from the alias variable table. The -Exclude parameter allows the user to exclude aliases from the returned list. Both -Name and -Exclude parameters take wild card inputs or a comma separated list.



Windows PowerShell. TFM
Internet Forensics
ISBN: 982131445
EAN: 2147483647
Year: 2004
Pages: 289

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net