Array output formatting

hi all :slight_smile:

I’m messing around with some data from AD (security groups with Get-ADGroupMember) and am sending the output of each group into an array, then sending each of these arrays into a “master” array. This is fine - indexing working fine, I can output the individual group member arrays or the collective array.

But! Whatever I output always ends up as a list. Always. Even the master array. Just wondering if there’s something easy I’m missing? happy to paste the code if it would help.

It is difficult to assist you if it is simply guessing what you are doing, seeing, expecting without providing any code or examples.

Hi Rob,

Sorry for the delay - GitHub noob so hopefully I’ve done this right…???


Thanks you!