| How

PowerShell | .NET | Azure - and other tidbits of fun.

Blog of Swedish IT adventurer Emanuel Palm about his quest for knowledge, and the silly journey along the way.

Powered by Hugo | Privacy Policy
© Emanuel Palm 2024. All rights reserved.

PowerShell Collections: Hashtable

  • October 27th, 2020
  • 16 min read
  • PowerShell
  • PowerShell Collections
  • PowerShell Concepts

Hashtables are really at the core of PowerShell. The further you dive into the language, the more you realize their broad utility. Today we’ll take a look at how to use them, and where to find them.

PowerShell Collections: ArrayList

  • January 17th, 2020
  • 7 min read
  • PowerShell
  • PowerShell Collections
  • PowerShell Concepts

“I wanted to create a list of objects in PowerShell and it turned out a list is called an array, then what is this arraylist thing?”

PowerShell Collections: Array

  • December 19th, 2019
  • 7 min read
  • PowerShell
  • PowerShell Collections
  • PowerShell Concepts

PowerShell creates arrays for us when we get several results back from a command, but what are our options when explicitly wanting to declare an array, and how do we work with them?