When creating a array you might get a different result than expected.
Sometime the Array show only one item instead of multiple items.
Create a array:
$FileArray = “”
$FileArray =
Read more... Powershell: Array doesn’t show multiple items, it shows only one item.