RSS Search

News  Feeds  Tags  Search Shortcuts

FeedsFarm.com > My simple Display-EnvironmentVariable function for PowerShell

My simple Display-EnvironmentVariable function for PowerShell

14th Nov 2006, 09:56 GMT

Function Display-EnvironmentVariable { Get-ChildItem ENV: | sort-object -property Name | format-table -autosize } set-alias dev Display-EnvironmentVariable

View full story at blogs.msdn.com

My simple Display-EnvironmentVariable function for PowerShell related news:

Latest news from Yves Dolce: