Show AD group members using Get-QADGroup
hi,
im trying output list of member of particular ad group.
so far ive got
get-qadgroup -includeallproperties -name westfinance | select -expand allmembers
that works fine, but..
1. when export-csv in csv is;
2. i'd select names , discard other info, select info in bold
cn=user name\, west,ou=west_securepc,ou=users,ou=west,dc=aaa,dc=aaa,dc=co,dc=uk
thanks!
hi,
in addition, dsquery , dsget command us:
dsget group "cn=groupname, ou=ouname, dc=domain,dc=com" -members |dsget user >>test.txt
best regards,
yan li
yan li
technet community support
Windows Server > Windows PowerShell
Comments
Post a Comment