Jul 31, 2013 #1 scmoh Technical User Aug 28, 2001 59 SG Hi, How to export AD grouping lists and the group members to csv file? With regards, SC Moh
Jul 31, 2013 #2 baddos MIS Dec 3, 2002 2,360 US With powershell, it's easy: http://kc-tek.blogspot.com/2011/10/...011/10/using-powershell-to-show-ad-group.html Upvote 0 Downvote
With powershell, it's easy: http://kc-tek.blogspot.com/2011/10/...011/10/using-powershell-to-show-ad-group.html
Jul 31, 2013 Thread starter #3 scmoh Technical User Aug 28, 2001 59 SG Hi baddos, Thank you for your reply. is there a way to display all groups instead of individual group and member. With regards, SC Moh Upvote 0 Downvote
Hi baddos, Thank you for your reply. is there a way to display all groups instead of individual group and member. With regards, SC Moh
Aug 1, 2013 #4 baddos MIS Dec 3, 2002 2,360 US As in list all groups and show their members? Sure, with powershell you would just get the groups then pipe it to the get members then. Code: get-adgroup -filter (filter to limit to groups your want) | get-adgroupmember Upvote 0 Downvote
As in list all groups and show their members? Sure, with powershell you would just get the groups then pipe it to the get members then. Code: get-adgroup -filter (filter to limit to groups your want) | get-adgroupmember
Aug 1, 2013 #5 amajeed Technical User Apr 7, 2013 6 SA HI, THERE IS A HIGH USER FRIENDLY TOOL CALLED AD MANAGER PLUS FREE TOOL YOU CAN PERFORM MANY TASK USING THIS TOOL. GOOD LUCK Upvote 0 Downvote
HI, THERE IS A HIGH USER FRIENDLY TOOL CALLED AD MANAGER PLUS FREE TOOL YOU CAN PERFORM MANY TASK USING THIS TOOL. GOOD LUCK
Aug 2, 2013 Thread starter #6 scmoh Technical User Aug 28, 2001 59 SG Hi Baddos, Thank you for your help. Appreciated. SC Moh Upvote 0 Downvote
Aug 2, 2013 Thread starter #7 scmoh Technical User Aug 28, 2001 59 SG Hi Amajeed, Thank you for your recommendation, will download try the free tool. With regards, SC Moh Upvote 0 Downvote