Hi,
I am trying to format the output of the below powershell command to be in a comma separated format i.e name1,name2,name3,name4
get-ADGroupMember "groupname" | ft Name
Is anyone able to explain how I would go about this and provide an example please?