Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/OTod9z
via LifeLong Community
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
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
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