Showing results for arrays hash tables and dictionary objects - Scripting Blog [archived]

Sep 30, 2014
0
0

Use PowerShell to Create Ordered Dictionary

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to create an ordered dictionary. Microsoft Scripting Guy, Ed Wilson, is here. One of the really cool things that was introduced in Windows PowerShell 3.0, is that I can create an ordered dictionary. Basically, an ordered dictionary works like a Windows PowerShell...

Scripting Guy!Windows PowerShellscripting techniques
Dec 27, 2013
0
0

PowerTip: Use PowerShell to Create Hash Table

Doctor Scripto
Doctor Scripto

Summary: Use a Windows PowerShell cmdlet to create a hash table.  How can I use Windows PowerShell to create a hash table if do not remember the special syntax?  Use the ConvertFrom-StringData cmdlet, and put each key-value pair on its own line.           (You can perform this on a single line by us...

Scripting Guy!Windows PowerShellscripting techniques
Dec 27, 2013
0
0

Phantom Elements in a Hash Table

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE and guest blogger, Chris Wu, talks about working with hash tables. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Chris Wu… Admittedly, hash tables didn’t catch my attention when I started using Windows PowerShell, but over time it has proven to be one of my favorites. This is largely th...

Scripting Guy!Windows PowerShellscripting techniques
Apr 27, 2013
0
0

Weekend Scripter: Improve Performance When Combining PowerShell Arrays

Doctor Scripto
Doctor Scripto

Summary: Microsoft premier field engineer, Chris Wu, talks about combining Windows PowerShell arrays. Microsoft Scripting Guy, Ed Wilson, is here. Chris Wu, a Microsoft PFE, is back to share his knowledge. See previous Hey, Scripting Guy! Blog guest posts from Chris. Here is contact information for Chris: Twitter: https://twitter.com/chwu_ms Facebo...

Scripting Guy!Windows PowerShellscripting techniques
Dec 11, 2011
0
0

Combine Arrays and Hash Tables in PowerShell for Fun and Profit

Doctor Scripto
Doctor Scripto

Summary: Take your Windows PowerShell scripting to the next level by combining hash tables and arrays. Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife and I are anxiously counting down the days until the first ever Pittsburgh PowerShell Users Group meeting. The event is quickly selling out; therefore, if you want to attend, you will...

Scripting Guy!Windows PowerShellscripting techniques