PowerShell, adding and removing items from array (list of items)

One of the main problems is understand how to operate on arrays, after that comes tables and at “the end” hashtables. There are many different solutions, like in “whole PowerShell” Let’s take a closer look to a list: Now let’s try to add something: No, we can’t do it 😦 So let’s try something else: […]