A Crowd isn’t an Individual

    Here, the person is treating everything like it contains only one value. But $computername might contain multiple computer names (that’s what [string[]] means), meaning $bios and $os will contain multiple items too. You’ll often have to enumerate those to get this working right:

    Folks will run into this even in simple situations. For example:

    image071.png

    You’d probably want to enumerate these: