Windows PowerShell Aliases http://ift.tt/1nkqkzx get-alias Finding...

Please Visit: http://ift.tt/1ajReyV



Windows PowerShell Aliases

http://ift.tt/1nkqkzx get-alias

Finding Aliases

get-alias | where-object {$_.Definition -match "Get-Childitem"}



Creating Aliases

Set-Alias d Get-Date



Keeping Aliases Around - Persisting Alias

Export-Alias C:\Files\MyAliases.txt

Import-Alias MyAliases.txt



Alias Defined. Within PowerShell, an alias is another name assigned to a cmdlet, function, script, executable file, and so on. Just about anything you can run from the PowerShell command prompt can have an alias assigned to it. We'll explain how this works, and why you'd even care about it, ...







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/OTod9z

via LifeLong Community

No comments:

Post a Comment