thub.users.profile.tabs.comments.personalized


Thanks for the reply ,

Lols i dont have 3 accounts just the one , never mind though

That's because without convertto-csv the output comes in string format which is a list of object in string format , by doing so i get it in a readable format and can convert it back to object in my invoke script

If u want the output as it is then u can do out-file, but if u need to customize a few properties or remove a few properties u need to get it in a object array thats exactly what i have done, for example the disk size will by default will come in bytes which might not be the desirable format for most people so have to convert to object array loop it and then perform the conversion.