hello,
i want to format this request in a list but i think its not an object that i can select
can you help me to get this format
xxxx
xxxx
xxxx
xxxx
and not this format
xxxxx xxxx xxxx xxxx
my script is :
$groupDN = $groupEntry.distinguishedName
$Connexion = [ADSI]"LDAP://$groupDN"
$Members = $Connexion.member | % { ($_ -split ',')[0] -replace 'CN=' }