P
Size: a a a
P
P
PS C:\> $a = @{"one"=1;"two"=2}
PS C:\> $b = @{"three"=3;"four"=4}
PS C:\> $c = @()
PS C:\> $c += $a
PS C:\> $c += $b
PS C:\> $c
Name Value
---- -----
one 1
two 2
three 3
four 4
PS C:\> $c.GetType() | select basetype
BaseType
--------
System.Array
P
New-Object psobject -ArgumentList $stand_params
i
i
i
i
i
i
i
i
i
AS
АЗ
EK
АЗ
EK
EK
EK
EK