<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: PowerShell Array</title><link>http://www.bing.com:80/search?q=PowerShell+Array</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>PowerShell Array</title><link>http://www.bing.com:80/search?q=PowerShell+Array</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>Everything you wanted to know about arrays - PowerShell</title><link>https://learn.microsoft.com/en-us/powershell/scripting/learn/deep-dives/everything-about-arrays?view=powershell-7.6</link><description>I'm going to start with a basic technical description of what arrays are and how they are used by most programming languages before I shift into the other ways PowerShell makes use of them.</description><pubDate>Wed, 26 Aug 2026 21:01:00 GMT</pubDate></item><item><title>about_Arrays - PowerShell | Microsoft Learn</title><link>https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_arrays?view=powershell-7.6</link><description>When no data type is specified, PowerShell creates each array as an object array (System.Object []). To determine the data type of an array, use the GetType () method.</description><pubDate>Tue, 25 Aug 2026 22:20:00 GMT</pubDate></item><item><title>How to initialize an array of custom objects - Stack Overflow</title><link>https://stackoverflow.com/questions/17353797/how-to-initialize-an-array-of-custom-objects</link><description>How can I create a similar structure of an array of custom objects, and initialize them in my script, without reading a file? I can do lots of looping and/or lots of creating/initializing individual objects, and then add to an array one at a time...</description><pubDate>Wed, 26 Aug 2026 02:31:00 GMT</pubDate></item><item><title>How To Create an Array Of Objects In PowerShell?</title><link>https://powershellfaqs.com/create-an-array-of-objects-in-powershell/</link><description>Learn how to Create an Array Of Objects In PowerShell using various methods and examples.</description><pubDate>Wed, 26 Aug 2026 01:19:00 GMT</pubDate></item><item><title>PowerShell Create Array of Objects: A Quick Guide</title><link>https://powershellcommands.com/powershell-create-array-of-objects</link><description>Discover how to powerfully use PowerShell to create an array of objects effortlessly. Unlock efficient coding techniques in this concise guide.</description><pubDate>Wed, 26 Aug 2026 04:18:00 GMT</pubDate></item><item><title>PsObject array in powershell - Stack Overflow</title><link>https://stackoverflow.com/questions/37705139/psobject-array-in-powershell</link><description>Is there a way to create Array PsObject maybe? I'm using Powershell v4. There's nothing wrong with what you're doing, but you can take advantage of a few things. The -PassThru parameter on Add-Member will return the object itself, so you can chain them: $item = New-Object PSObject |.</description><pubDate>Mon, 24 Aug 2026 22:50:00 GMT</pubDate></item><item><title>Powershell Arrays - PowerShell - SS64 Command line reference</title><link>https://ss64.com/ps/syntax-arrays.html</link><description>A PowerShell array holds a list of data items. The data elements of a PowerShell array need not be of the same type, unless the data type is declared (strongly typed).</description><pubDate>Mon, 24 Aug 2026 07:27:00 GMT</pubDate></item><item><title>PowerShell Arrays: Create, Access, and Loop Through Them</title><link>https://www.powershelltips.com/powershell-arrays-guide/</link><description>Learn how to create and use arrays in PowerShell, including indexing, adding items, filtering, and looping. Covers both fixed arrays and ArrayLists.</description><pubDate>Tue, 25 Aug 2026 20:40:00 GMT</pubDate></item><item><title>Getting Started with PSCustomObject in PowerShell</title><link>https://petri.com/getting-started-with-pscustomobject-in-powershell/</link><description>PSCustomObject’s can be stored in arrays and hashtables, but ultimately they are intended to be a collection of properties. When you need to store data in a structured format that can be...</description><pubDate>Wed, 26 Aug 2026 23:59:00 GMT</pubDate></item><item><title>How to Use PowerShell Array - Complete Guide — LazyAdmin</title><link>https://lazyadmin.nl/powershell/powershell-array/</link><description>Learn how to create and use an Array in PowerShell. Including add and removing items, using the ArrayList and sorting arrays</description><pubDate>Mon, 24 Aug 2026 22:22:00 GMT</pubDate></item></channel></rss>